Updated components

This commit is contained in:
sairaj mote 2022-12-11 19:44:21 +05:30
parent fff85951b0
commit eede4f77b3
4 changed files with 15 additions and 14 deletions

View File

@ -297,10 +297,10 @@ sm-chip {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
--selected-background-color: rgba(var(--text-color), 0.9);
}
sm-chip[selected] {
color: rgba(var(--background-color), 1);
--background: rgba(var(--text-color), 0.9);
}
ul,

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -302,9 +302,9 @@ sm-chip {
--padding: 0.5rem 0.6rem;
--background: rgba(var(--text-color), 0.06);
user-select: none;
--selected-background-color: rgba(var(--text-color), 0.9);
&[selected] {
color: rgba(var(--background-color), 1);
--background: rgba(var(--text-color), 0.9);
}
}

File diff suppressed because one or more lines are too long