Skip to content

Commit

Permalink
Fix: URL, Searchbar - Hover color at linux
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Oct 17, 2021
1 parent cb583b1 commit 8bebfb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1888,8 +1888,7 @@
/*= URL, Search Bar ========================================================*/
#urlbar:hover:not([focused="true"]) > #urlbar-background,
#searchbar:hover:not(:focus-within) {
border-color: var(--toolbar-field-focus-border-color);
box-shadow: 0px 0px 3px var(--toolbar-field-focus-border-color);
--toolbar-field-border-color: var(--toolbar-field-focus-border-color);
}

/*= Downloads Panel ========================================================*/
Expand Down

0 comments on commit 8bebfb9

Please sign in to comment.