Remove child combinators between :root and toolbox & browser

This commit is contained in:
MrOtherGuy
2019-11-11 17:23:33 +02:00
parent 21eabcfc38
commit 993d439c57
12 changed files with 23 additions and 23 deletions

View File

@@ -2,14 +2,14 @@
/* Dimensions on non-Win10 OS probably needs to be adjusted */
:root[sizemode="maximized"]:not([inDOMFullscreen]){ margin-top: 10px }
:root[sizemode="maximized"] > #navigator-toolbox{ margin-top: -2px }
:root[sizemode="maximized"] #navigator-toolbox{ margin-top: -2px }
@media screen and (min-resolution: 1.25dppx){
:root[sizemode="maximized"]:not([inDOMFullscreen]){ margin-top: 9px }
}
@media screen and (min-resolution: 1.5dppx){
:root[sizemode="maximized"]:not([inDOMFullscreen]){ margin-top: 8px }
:root[sizemode="maximized"] > #navigator-toolbox{ margin-top: -1px }
:root[sizemode="maximized"] #navigator-toolbox{ margin-top: -1px }
}
@media screen and (min-resolution: 2dppx){
:root[sizemode="maximized"]:not([inDOMFullscreen]){ margin-top: 7px }
@@ -37,9 +37,9 @@
opacity: 0;
}
:root[sizemode="maximized"] > #navigator-toolbox:not(:focus-within):not(:hover){ transform: rotateX(89.5deg) }
:root[sizemode="maximized"] #navigator-toolbox:not(:focus-within):not(:hover){ transform: rotateX(89.5deg) }
:root[customizing] > #navigator-toolbox{
:root[customizing] #navigator-toolbox{
position: relative !important;
transform: none !important;
opacity: 1 !important;