mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
[Select] Remove leftover code
The select uses the appearance utils, so this is done automatically.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user