mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 15:55:16 +00:00
Bug 1565081 - Use CSS variables instead of hardcoded colors in 'Disconnect Sync' dialog. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D37795 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
6126cdbed2
commit
1aec6fb8e6
@ -11,7 +11,7 @@
|
||||
}
|
||||
|
||||
.deleteOptions {
|
||||
border: thin solid lightgray;
|
||||
border: 1px solid var(--in-content-box-border-color);
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
}
|
||||
|
||||
.deleteData {
|
||||
color: gray;
|
||||
color: var(--in-content-deemphasized-text);
|
||||
}
|
||||
|
||||
.disconnectThrobber {
|
||||
|
Loading…
x
Reference in New Issue
Block a user