Fix broken negation pseudo-class selectors from 9e39c99
This commit is contained in:
@@ -23,7 +23,7 @@ See the above repository for updates as well as full license text. */
|
||||
* density settings and whether or not menubar is enabled.
|
||||
*/
|
||||
@media (min-resolution: 120dpi){
|
||||
:root[uidensity="compact"] #navigator-toolbox:has(> #toolbar-menubar:is([autohide="false"],not([autohide]))){
|
||||
:root[uidensity="compact"] #navigator-toolbox:has(> #toolbar-menubar:is([autohide="false"],:not([autohide]))){
|
||||
--uc-toolbox-browser-area-overlap: -0.5px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user