bug fix
This commit is contained in:
parent
c5659f0cb9
commit
9254e6f98b
4
components/dist/chips.js
vendored
4
components/dist/chips.js
vendored
@ -318,8 +318,8 @@ smChip.innerHTML = `
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
background: var(--background,inherit);
|
||||
}
|
||||
.sm-chip[selected="true"]{
|
||||
background-color: var(--accent-color,teal);
|
||||
:host([selected="true"]) .sm-chip{
|
||||
background-color: var(--accent-color, teal);
|
||||
color: rgba(var(--background-color, (255,255,255)), 1);
|
||||
}
|
||||
</style>
|
||||
|
||||
2
components/dist/chips.min.js
vendored
2
components/dist/chips.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user