зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1689761 - define common focus outline style for toolbars. r=desktop-theme-reviewers,ntim
Differential Revision: https://phabricator.services.mozilla.com/D103821
This commit is contained in:
Родитель
8eb52b667b
Коммит
0bbae48fc8
|
@ -20,6 +20,23 @@
|
|||
--short-notification-gradient: #9059FF;
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("browser.proton.enabled") {
|
||||
:root {
|
||||
--focus-outline-color: currentColor;
|
||||
--focus-outline: 2px solid var(--focus-outline-color);
|
||||
}
|
||||
|
||||
@media not (prefers-contrast) {
|
||||
:root {
|
||||
--focus-outline-color: #0061E0;
|
||||
}
|
||||
|
||||
:root:-moz-lwtheme-brighttext {
|
||||
--focus-outline-color: #00DDFF;
|
||||
}
|
||||
}
|
||||
} /*** END !proton ***/
|
||||
|
||||
:root[extradragspace][tabsintitlebar]:not([inFullscreen]) {
|
||||
--space-above-tabbar: 8px;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче