Discord-Css-Snippets/OtherStuff/swapMicDeafen.css
2025-02-08 19:22:37 -05:00

10 lines
No EOL
310 B
CSS

/**
* @name Swap Mic and Deafen Icon
* @author krystalskullofficial, vending.machine
* @version 1.5
* @description erm... title sums it up pretty good
*/
[class*=panels_] :is(button[aria-label="Deafen"], button[aria-label="Disable Game Activity"], button[aria-label="Enable Game Activity"]) {
order: -1;
}