mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 09:56:14 -04:00
Update _form.scss
Remove vertical-align: middle as it's roughly the same as browser defaults
This commit is contained in:
parent
4e5e9a2a60
commit
4a1599e1e5
1 changed files with 0 additions and 3 deletions
|
@ -147,9 +147,6 @@ textarea {
|
||||||
padding: var(--form-element-spacing-vertical)
|
padding: var(--form-element-spacing-vertical)
|
||||||
var(--form-element-spacing-horizontal);
|
var(--form-element-spacing-horizontal);
|
||||||
}
|
}
|
||||||
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]),
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Commons styles
|
// Commons styles
|
||||||
input,
|
input,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue