Bug 1868081 - Replace -moz-nativehyperlinktext with LinkText. r=kaie
Differential Revision: https://phabricator.services.mozilla.com/D195423 --HG-- extra : rebase_source : 94b31c126f074dbbed719034dc4316db8bedea17 extra : amend_source : 61120d97d06fde604f7bcd0b347aa412482e0e49
This commit is contained in:
Родитель
bb8c94e8c5
Коммит
48c89204c3
|
@ -659,7 +659,7 @@ label.label {
|
|||
#calendar-event-summary-dialog .item-description a,
|
||||
#calendar-task-summary-dialog .item-description a,
|
||||
#calendar-ics-file-dialog .item-description a {
|
||||
color: -moz-nativehyperlinktext;
|
||||
color: LinkText;
|
||||
}
|
||||
|
||||
:root[lwt-tree-brighttext] #calendar-summary-dialog .item-description a,
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
--dialog-background: #fefefe;
|
||||
--dialog-box-color: #222;
|
||||
--client-box-background: #f7f7f7;
|
||||
--link-color: -moz-nativehyperlinktext;
|
||||
--link-color: LinkText;
|
||||
--link-decoration: inherit;
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
|||
--dialog-background: -moz-Dialog;
|
||||
--dialog-box-color: -moz-DialogText;
|
||||
--client-box-background: -moz-Dialog;
|
||||
--link-color: -moz-nativehyperlinktext;
|
||||
--link-color: LinkText;
|
||||
--link-decoration: inherit;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,5 +11,5 @@
|
|||
--row-grouped-header-bg-color: -moz-dialog;
|
||||
--row-grouped-header-bg-color-selected: var(--selected-item-color);
|
||||
--panel-separator-color: ThreeDShadow;
|
||||
--autocomplete-popup-url-color: -moz-nativehyperlinktext;
|
||||
--autocomplete-popup-url-color: LinkText;
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
}
|
||||
|
||||
#PopupGlodaAutocomplete .ac-url-text {
|
||||
color: -moz-nativehyperlinktext;
|
||||
color: LinkText;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
|
|
|
@ -175,7 +175,7 @@ body {
|
|||
}
|
||||
|
||||
a {
|
||||
color: -moz-nativehyperlinktext;
|
||||
color: LinkText;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
@import url("chrome://messenger/skin/shared/variables.css");
|
||||
|
||||
:root {
|
||||
--autocomplete-popup-url-color: -moz-nativehyperlinktext;
|
||||
--autocomplete-popup-url-color: LinkText;
|
||||
--tabline-color: var(--selected-item-color);
|
||||
--glassShadowColor: hsla(240, 5%, 5%, 0.3);
|
||||
--toolbar-non-lwt-bgimage: linear-gradient(rgba(255, 255, 255, 0.15),
|
||||
|
|
Загрузка…
Ссылка в новой задаче