[Select] Remove leftover code

The select uses the appearance utils, so this is done automatically.
This commit is contained in:
Lea Verou
2025-01-03 14:23:09 -05:00
parent ecaa461638
commit 99fdd90601

View File

@@ -2,11 +2,6 @@
display: block;
}
:host([appearance='filled']) {
--background-color: var(--wa-color-neutral-fill-quiet);
--border-color: var(--background-color);
}
/** The popup */
.select {
flex: 1 1 auto;