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:
Dão Gottwald 2018-12-26 16:11:03 +00:00
Родитель df57ce81ca
Коммит 80b7511a62
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;
}
}