Add date to list of excluded input types.

This commit is contained in:
Zak Kohler 2024-04-23 19:42:57 +00:00
parent 6dc6489e69
commit dada435e11

View file

@ -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) +