mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
10 lines
No EOL
267 B
CSS
10 lines
No EOL
267 B
CSS
/**
|
|
* @name Swap Mic and Deafen Icon
|
|
* @author krystalskullofficial, vending.machine
|
|
* @version 0.3
|
|
* @description erm... title sums it up pretty good
|
|
*/
|
|
|
|
[class*=panels_] :is(button[aria-label="Deafen"], button[aria-label="Disable Game Activity"]) {
|
|
order: -1;
|
|
} |