From f4cbaff88d247e8fed3483b715fd11eec0f86c50 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Wed, 25 Oct 2023 11:52:43 -0500 Subject: [PATCH] buttons: Theme urlbar view search engine buttons active state Fixes #682 --- theme/parts/buttons.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/parts/buttons.css b/theme/parts/buttons.css index afcf7b7..a901b90 100644 --- a/theme/parts/buttons.css +++ b/theme/parts/buttons.css @@ -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; }