Skip to content

Commit 2d03f65

Browse files
committed
Match styling of sound-playing/muted button to Firefox 136 and later #3710
1 parent 032686e commit 2d03f65

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed
Loading
Loading

webextensions/sidebar/styles/sound-button.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tab-sound-button {
2828

2929
/* background circle */
3030
tab-sound-button::before {
31-
background: var(--tab-text);
31+
background: var(--tab-text-inverted);
3232
border-radius: 150%;
3333
content: "";
3434
display: inline-block;
@@ -51,15 +51,15 @@ tab-sound-button::after {
5151
background: none no-repeat center / 100%;
5252
content: "";
5353
display: inline-block;
54-
fill: var(--tab-text-inverted);
54+
fill: var(--tab-text);
5555
height: var(--sound-button-size);
5656
inset-inline-end: 0;
5757
position: absolute;
5858
top: 0;
5959
width: var(--sound-button-size);
6060
}
6161
:root.simulate-svg-context-fill tab-sound-button::after {
62-
background: var(--tab-text-inverted);
62+
background: var(--tab-text);
6363
mask-position: center;
6464
mask-repeat: no-repeat;
6565
mask-size: 100%;

0 commit comments

Comments
 (0)