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));
|
||||||
|
|
@ -511,9 +510,9 @@
|
||||||
section[aria-label="User area"] button, /* Mute/Deafen, User settings buttons */
|
section[aria-label="User area"] button, /* Mute/Deafen, User settings buttons */
|
||||||
[class*="toolbar"] [role="button"], /* Chat toolbar buttons */
|
[class*="toolbar"] [role="button"], /* Chat toolbar buttons */
|
||||||
):not([class*="username"], [class*="search"] *) /* Doesn't apply to: Usernames, Toolbar search icon */ {
|
):not([class*="username"], [class*="search"] *) /* Doesn't apply to: Usernames, Toolbar search icon */ {
|
||||||
background-image: linear-gradient(
|
background-image: linear-gradient(
|
||||||
color-mix(in lch, var(--neutral-65), transparent),
|
color-mix(in lch, var(--neutral-65), transparent),
|
||||||
color-mix(in lch, var(--neutral-70), transparent)
|
color-mix(in lch, var(--neutral-70), transparent)
|
||||||
);
|
);
|
||||||
box-shadow: inset 0 -5px 13px -5px
|
box-shadow: inset 0 -5px 13px -5px
|
||||||
color-mix(in lch, var(--neutral-80), transparent);
|
color-mix(in lch, var(--neutral-80), transparent);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue