Merge pull request #9 from y2kbugger/main

Add date to list of excluded input types.
This commit is contained in:
JWB 2024-11-10 07:38:54 -05:00 committed by GitHub
commit de9b7d4267
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,7 +115,7 @@
//
// 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(
(1rem * var(#{$css-var-prefix}line-height)) +
(var(#{$css-var-prefix}form-element-spacing-vertical) * 2) +