UI bug fix
This commit is contained in:
parent
bdcaef60c9
commit
d773c9970a
4
components/dist/chips.js
vendored
4
components/dist/chips.js
vendored
@ -318,6 +318,10 @@ smChip.innerHTML = `
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
background: var(--background,inherit);
|
||||
}
|
||||
.sm-chip[selected]{
|
||||
background-color: var(--accent-color,teal);
|
||||
color: rgba(var(--background-color, (255,255,255)), 1);
|
||||
}
|
||||
</style>
|
||||
<span class="sm-chip" part="chip">
|
||||
<slot></slot>
|
||||
|
||||
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