handle search type for text field

This commit is contained in:
2024-05-12 13:20:50 +02:00
parent b8430e2c74
commit 70227b3e46

View File

@@ -45,6 +45,10 @@
&.hasLeadingIcon { &.hasLeadingIcon {
padding-left: 41px; padding-left: 41px;
} }
&[type='search']::-webkit-search-cancel-button {
display: none;
}
} }
.label { .label {