input[type="date"] and input[type="number"] added to _form.scss

This commit is contained in:
username
2025-10-25 19:05:04 +03:00
parent 515d36ff31
commit 9cf3c8673c

View File

@@ -82,6 +82,8 @@
input[type="tel"], input[type="tel"],
input[type="search"], input[type="search"],
input[type="url"], input[type="url"],
input[type="date"],
input[type="number"],
select, select,
textarea { textarea {
@include vendor('appearance', 'none'); @include vendor('appearance', 'none');
@@ -126,6 +128,8 @@
input[type="tel"], input[type="tel"],
input[type="search"], input[type="search"],
input[type="url"], input[type="url"],
input[type="date"],
input[type="number"],
select { select {
height: _size(element-height); height: _size(element-height);
} }
@@ -222,6 +226,8 @@
input[type="tel"], input[type="tel"],
input[type="search"], input[type="search"],
input[type="url"], input[type="url"],
input[type="date"],
input[type="number"],
select, select,
textarea { textarea {
border-color: _palette($p, border); border-color: _palette($p, border);