mirror of
https://github.com/picocss/pico.git
synced 2025-04-28 20:09:13 -04:00
Merge pull request #9 from y2kbugger/main
Add date to list of excluded input types.
This commit is contained in:
commit
de9b7d4267
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