maybe not on voice calls thx
This commit is contained in:
parent
dc91689e93
commit
d33583484e
1 changed files with 1 additions and 1 deletions
|
|
@ -479,7 +479,7 @@
|
|||
}
|
||||
}
|
||||
/* Primary buttons */
|
||||
:is([class*="primary"][role="button"], button):not(span button, [aria-label="User area"] button) /* Doesn't apply to: Text buttons, Mute/Deafen, User settings buttons */ {
|
||||
:is([class*="primary"][role="button"], button):not(span button, [aria-label="User area"] button, [class*="videoControls"] *) /* Doesn't apply to: Text buttons, Mute/Deafen, User settings buttons, Voice call buttons */ {
|
||||
color: var(--neutral-1);
|
||||
border: 1px solid var(--neutral-30);
|
||||
background-image: linear-gradient(var(--neutral-80), var(--neutral-40));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue