mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
Add date to list of excluded input types.
This commit is contained in:
parent
6dc6489e69
commit
dada435e11
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
||||||
// ––––––––––––––––––––
|
// ––––––––––––––––––––
|
||||||
|
|
||||||
// Force height for alternatives input types
|
// Force height for alternatives input types
|
||||||
#{$parent-selector} input:not([type="checkbox"], [type="radio"], [type="range"]) {
|
#{$parent-selector} input:not([type="checkbox"], [type="radio"], [type="range"], [type="date"]) {
|
||||||
height: calc(
|
height: calc(
|
||||||
(1rem * var(#{$css-var-prefix}line-height)) +
|
(1rem * var(#{$css-var-prefix}line-height)) +
|
||||||
(var(#{$css-var-prefix}form-element-spacing-vertical) * 2) +
|
(var(#{$css-var-prefix}form-element-spacing-vertical) * 2) +
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue