mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
[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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user