buttons: Theme urlbar view search engine buttons active state

Fixes #682
This commit is contained in:
Rafael Mardojai CM 2023-10-25 11:52:43 -05:00
parent f23ad3577f
commit f4cbaff88d
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,7 @@ menulist:hover .menulist-label-box,
.tracking-protection-button:hover,
.dialog-button:hover,
.autocomplete-richlistitem[type="loginsFooter"]:hover,
.searchbar-engine-one-off-item:hover,
.searchbar-engine-one-off-item:not([selected]):hover,
.button.connect-device:hover,
#editBMPanel_newFolderButton:hover {
outline: 0 !important;
@ -187,6 +187,7 @@ menulist[open] .menulist-label-box,
.dialog-button:active,
.autocomplete-richlistitem[type="loginsFooter"]:active,
.button.connect-device:active,
.searchbar-engine-one-off-item[selected],
#editBMPanel_newFolderButton:active {
background: var(--gnome-button-active-background) !important;
}