[Select] Remove leftover code, rel #413

This was meant to be deleted, since there’s already `min-height: var(--wa-form-control-height);` above it which already responds to size.
This commit is contained in:
Lea Verou
2025-01-03 14:14:39 -05:00
parent d3a65ee35d
commit ecaa461638

View File

@@ -40,16 +40,12 @@
min-height: var(--wa-form-control-height);
:host([size='small']) & {
min-height: var(--wa-form-control-height-s);
&:not(.placeholder-visible *) {
padding-block: 2px;
}
}
:host([size='large']) & {
min-height: var(--wa-form-control-height-l);
&:not(.placeholder-visible *) {
padding-block: 4px;
}