quick fix
This commit is contained in:
parent
c117739082
commit
dc91689e93
1 changed files with 4 additions and 5 deletions
|
|
@ -479,8 +479,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Primary buttons */
|
/* Primary buttons */
|
||||||
:is([class*="primary"][role="button"], button)
|
: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 */ {
|
||||||
:not(span button, [aria-label="User area"] button) /* Doesn't apply to: Text buttons, Mute/Deafen, User settings buttons */ {
|
|
||||||
color: var(--neutral-1);
|
color: var(--neutral-1);
|
||||||
border: 1px solid var(--neutral-30);
|
border: 1px solid var(--neutral-30);
|
||||||
background-image: linear-gradient(var(--neutral-80), var(--neutral-40));
|
background-image: linear-gradient(var(--neutral-80), var(--neutral-40));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue