/**
* @name Swap Mic and Deafen Icon
* @author krystalskullofficial, vending.machine
* @version 1.0
* @description erm... title sums it up pretty good
*/

[class*=panels_] :is(button[aria-label="Deafen"], button[aria-label="Disable Game Activity"]) {
    order: -1;
}