зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1506113 - With the native title bar enabled, stop using -moz-win-glass on Windows 10 / high contrast. r=Felipe
Differential Revision: https://phabricator.services.mozilla.com/D15322 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
df57ce81ca
Коммит
80b7511a62
|
@ -88,7 +88,7 @@
|
|||
}
|
||||
|
||||
@media (-moz-windows-default-theme: 0) {
|
||||
:root {
|
||||
:root[tabsintitlebar] {
|
||||
background-color: transparent;
|
||||
-moz-appearance: -moz-win-glass;
|
||||
}
|
||||
|
@ -96,7 +96,7 @@
|
|||
/* On win10, if we don't set this on the entire browser container including
|
||||
* the sidebar, if the sidebar is open the accent color bleeds through in
|
||||
* the titlebar */
|
||||
#browser {
|
||||
:root[tabsintitlebar] #browser {
|
||||
-moz-appearance: -moz-win-exclude-glass;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче