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