Add selectors for urlbar-background as class
This commit is contained in:
@@ -21,11 +21,11 @@ See the above repository for updates as well as full license text. */
|
||||
z-index: 1;
|
||||
inset-inline: 15vw !important;
|
||||
}
|
||||
:root:not([customizing]) #urlbar:not(:focus-within) > #urlbar-background{
|
||||
:root:not([customizing]) #urlbar:not(:focus-within) > :is(#urlbar-background,.urlbar-background){
|
||||
background: transparent !important;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
:root:not([customizing]) #urlbar:not(:focus-within):hover > #urlbar-background{
|
||||
:root:not([customizing]) #urlbar:not(:focus-within):hover > :is(#urlbar-background,.urlbar-background){
|
||||
background: var(--toolbarbutton-hover-background) !important;
|
||||
}
|
||||
#urlbar:not(:focus-within) #page-action-buttons,
|
||||
|
||||
Reference in New Issue
Block a user