remove final ~= selector (thanks @Copilot)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Lindsay M
2025-11-04 13:46:03 -05:00
committed by GitHub
parent 59892aea89
commit c5f9486c1b

View File

@@ -37,7 +37,7 @@
border-color: var(--wa-color-surface-border);
}
:host([appearance~='accent']) {
:host([appearance='accent']) {
color: var(--wa-color-neutral-on-loud);
background-color: var(--wa-color-neutral-fill-loud);
border-color: transparent;