Fix: Added !important to fill property

This commit is contained in:
Angelo Convento
2024-11-17 10:42:51 +00:00
parent b0afe6c828
commit 2e7840bfcd

View File

@@ -566,19 +566,19 @@
.tab-icon-overlay[soundplaying] {
list-style-image: url('tab-audio-playing-small.svg') !important;
background-image: none !important;
fill: white;
fill: white !important;
}
.tab-icon-overlay[muted] {
list-style-image: url('tab-audio-muted-small.svg') !important;
background-image: none !important;
fill: white;
fill: white !important;
}
.tab-icon-overlay[activemedia-blocked] {
list-style-image: url('tab-audio-blocked-small.svg') !important;
background-image: none !important;
fill: white;
fill: white !important;
}