mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-28 23:56:11 +00:00
Fix: Added !important to fill property
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user