Fix #437 regression (#458)

This commit is contained in:
Lea Verou
2025-01-08 12:33:19 -05:00
committed by GitHub
parent 31cfdf5704
commit 8541369ae1

View File

@@ -36,6 +36,12 @@
--text-color: var(--wa-color-on-normal, var(--wa-color-neutral-on-normal));
}
/* 0 specificity. Safari doesn't like :where(:host()) so we need a separate rule. */
:where(.wa-filled),
:host(:where([appearance~='filled'])) {
--border-color: transparent;
}
.wa-plain,
:host([appearance~='plain']) {
--background-color: transparent;