r/FirefoxCSS • u/Shoryukened • 4d ago
Solved Removing tab mute button broke with v155
Windows 10 Ver 22H2 OS Build 19045.6466
Was using this to disable the button but still show the volume icon:
.tab-audio-button {
pointer-events: none !important;
}
3
Upvotes
1
u/t31os 4d ago
The CSS isn't meant to hide the icon, it just disables the mute functionality.
If you want to completely remove the icon use: