Updated components
This commit is contained in:
parent
fff85951b0
commit
eede4f77b3
@ -297,10 +297,10 @@ sm-chip {
|
|||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
--selected-background-color: rgba(var(--text-color), 0.9);
|
|
||||||
}
|
}
|
||||||
sm-chip[selected] {
|
sm-chip[selected] {
|
||||||
color: rgba(var(--background-color), 1);
|
color: rgba(var(--background-color), 1);
|
||||||
|
--background: rgba(var(--text-color), 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
ul,
|
ul,
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -302,9 +302,9 @@ sm-chip {
|
|||||||
--padding: 0.5rem 0.6rem;
|
--padding: 0.5rem 0.6rem;
|
||||||
--background: rgba(var(--text-color), 0.06);
|
--background: rgba(var(--text-color), 0.06);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
--selected-background-color: rgba(var(--text-color), 0.9);
|
|
||||||
&[selected] {
|
&[selected] {
|
||||||
color: rgba(var(--background-color), 1);
|
color: rgba(var(--background-color), 1);
|
||||||
|
--background: rgba(var(--text-color), 0.9);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user