mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Replace M form control height with size-dependent height (#425)
This commit is contained in:
@@ -21,7 +21,7 @@ input[type='range'] {
|
||||
border-radius: calc(var(--track-height) / 2);
|
||||
width: 100%;
|
||||
height: var(--track-height);
|
||||
line-height: var(--wa-form-control-height-m);
|
||||
line-height: var(--wa-form-control-height);
|
||||
vertical-align: middle;
|
||||
margin: 0;
|
||||
--dir: right;
|
||||
|
||||
Reference in New Issue
Block a user