Skip to content

Commit

Permalink
Don't apply background color to select > option by default
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 15, 2024
1 parent 87df1ae commit 8be964a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webextensions/resources/ui-color.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ select:focus {
0 0 0 4px var(--in-content-border-active-shadow);
}
option {
background: var(--in-content-button-background-mixed);
background: transparent /* var(--in-content-button-background-mixed) */;
color: var(--text-color);
}
option:active,
Expand Down

0 comments on commit 8be964a

Please sign in to comment.