mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
13 lines
No EOL
487 B
CSS
13 lines
No EOL
487 B
CSS
/**
|
|
* @name Swap Mic and Deafen Icon
|
|
* @author krystalskullofficial, vending.machine
|
|
* @description erm... title sums it up pretty good
|
|
* @version 1.6
|
|
* @authorId 929208515883569182
|
|
* @website https://krstlskll69.github.io/
|
|
* @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#12th-swap-mic-and-deafen-icon-
|
|
*/
|
|
|
|
[class*=panels_] :is(button[aria-label="Deafen"], button[aria-label="Disable Game Activity"], button[aria-label="Enable Game Activity"]) {
|
|
order: -1;
|
|
} |