fx128: -moz-nativehyperlinktext -> LinkText (#4902)

This commit is contained in:
Abe Jellinek 2024-12-05 01:20:59 -05:00 committed by Dan Stillman
parent 67b5545b93
commit b858645957
10 changed files with 11 additions and 11 deletions

View file

@ -194,7 +194,7 @@ caption {
/* styles for the link elements copied from .text-link in global.css */
.inline-link {
color: -moz-nativehyperlinktext;
color: LinkText;
text-decoration: underline;
}

View file

@ -92,7 +92,7 @@ radio[pane=paneSync] {
/* styles for the link elements copied from .text-link in global.css */
.inline-link {
color: -moz-nativehyperlinktext;
color: LinkText;
text-decoration: underline;
}

View file

@ -91,7 +91,7 @@ radio[pane=paneSync] {
/* styles for the link elements copied from .text-link in global.css */
.inline-link {
color: -moz-nativehyperlinktext;
color: LinkText;
text-decoration: underline;
}

View file

@ -326,7 +326,7 @@ function modify_omni {
# Hide "Debug Addons" and "Manage Extension Shortcuts"
echo 'panel-item[action="debug-addons"], panel-item[action="reset-update-states"] + hr, panel-item[action="manage-shortcuts"] { display: none }' >> $file
# Show cursor feedback on plugin homepage links
echo '.addon-detail-row-homepage .text-link { cursor: pointer; color: -moz-nativehyperlinktext; }' >> $file
echo '.addon-detail-row-homepage .text-link { cursor: pointer; color: LinkText; }' >> $file
echo '.addon-detail-row-homepage .text-link:hover { text-decoration: underline; }' >> $file
file="chrome/toolkit/content/mozapps/extensions/aboutaddons.js"

View file

@ -11,7 +11,7 @@ checkbox, description, groupbox > .groupbox-body, radio, div:not(.license-more-i
}
a {
color: -moz-nativehyperlinktext;
color: LinkText;
text-decoration: underline;
}

View file

@ -6,7 +6,7 @@ groupbox > label > h2, groupbox > * > label > h2 {
label.zotero-text-link {
-moz-user-focus: normal;
color: -moz-nativehyperlinktext;
color: LinkText;
text-decoration: underline;
border: 1px solid transparent;
cursor: pointer;
@ -14,7 +14,7 @@ label.zotero-text-link {
.text-link {
-moz-user-focus: normal;
color: -moz-nativehyperlinktext;
color: LinkText;
text-decoration: underline;
border: 1px solid transparent;
cursor: pointer;

View file

@ -64,7 +64,7 @@
span.text-link {
cursor: pointer;
color: -moz-nativehyperlinktext;
color: LinkText;
}
span.text-link:hover {

View file

@ -20,7 +20,7 @@
a {
display: inline;
color: -moz-nativehyperlinktext;
color: LinkText;
cursor: pointer;
&:hover, &:active, &:focus {

View file

@ -1,6 +1,6 @@
.zotero-text-link {
-moz-user-focus: normal;
color: -moz-nativehyperlinktext;
color: LinkText;
text-decoration: underline;
border: var(--material-border-transparent);
cursor: pointer;

View file

@ -30,7 +30,7 @@ publications-license-info {
a {
display: inline;
color: var(--license-info-link-color, -moz-nativehyperlinktext);
color: var(--license-info-link-color, LinkText);
text-decoration: var(--license-info-link-decoration, none);
&:hover,