forked from mirrors/gecko-dev
Bug 1889866 - Use text-color-deemphasized on syncedtabs sidebar rather than GrayText. r=desktop-theme-reviewers,dao
Differential Revision: https://phabricator.services.mozilla.com/D206990
This commit is contained in:
parent
3f936ee9b0
commit
e8f627848e
2 changed files with 5 additions and 7 deletions
|
|
@ -15,7 +15,10 @@
|
|||
|
||||
<link
|
||||
rel="stylesheet"
|
||||
media="all"
|
||||
href="chrome://global/skin/design-system/tokens-brand.css"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="chrome://browser/skin/syncedtabs/sidebar.css"
|
||||
/>
|
||||
<link rel="localization" href="browser/syncedTabs.ftl" />
|
||||
|
|
|
|||
|
|
@ -237,17 +237,12 @@ body {
|
|||
|
||||
.deck .instructions {
|
||||
text-align: center;
|
||||
color: GrayText;
|
||||
color: var(--text-color-deemphasized);
|
||||
padding: 0 11px;
|
||||
max-width: 15em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
:root[lwt-sidebar] .deck .instructions {
|
||||
color: inherit;
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
.deck .button {
|
||||
display: block;
|
||||
background-color: #0060df;
|
||||
|
|
|
|||
Loading…
Reference in a new issue