Skip to content

Commit

Permalink
Blur: Fix background of audio quality picker
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckoates committed Sep 20, 2024
1 parent 881b16a commit a827486
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/blur.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ main > [data-type="page"],

#footerPlayer,
#sidebar,
[class^="bar"] {
[class^="bar"],
[class*="audioQualityContainerHover--"]:hover {
background-color: var(--blur-background);
}

Expand Down

0 comments on commit a827486

Please sign in to comment.