зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1503304 - Make toolbar_text fall back to textcolor. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D11026 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
27190f4a59
Коммит
542127d98c
|
@ -19,7 +19,7 @@
|
|||
:root:-moz-lwtheme {
|
||||
--toolbar-bgcolor: rgba(255,255,255,.4);
|
||||
--toolbar-bgimage: none;
|
||||
--toolbar-color: inherit;
|
||||
--toolbar-color: var(--lwt-text-color, inherit);
|
||||
|
||||
background-color: var(--lwt-accent-color);
|
||||
color: var(--lwt-text-color);
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
there are overrides for each platform in their compacttheme.css files. */
|
||||
|
||||
:root:-moz-lwtheme {
|
||||
--toolbar-color: var(--lwt-text-color);
|
||||
--toolbar-non-lwt-bgcolor: var(--toolbar-bgcolor);
|
||||
--toolbar-non-lwt-textcolor: var(--lwt-text-color);
|
||||
--toolbar-non-lwt-bgimage: none;
|
||||
|
|
Загрузка…
Ссылка в новой задаче