9 lines
154 B
CSS
9 lines
154 B
CSS
|
tab[muted] .tab-icon-overlay,
|
||
|
tab:not([muted]) .tab-icon-overlay {
|
||
|
display: none !important;
|
||
|
}
|
||
|
tab[muted] .tab-icon-image {
|
||
|
opacity: 1 !important;
|
||
|
}
|
||
|
|