feat: Display cancel button for input type search

This commit is contained in:
Lucas Larroche 2022-12-29 17:54:42 +07:00
parent 8f60b4f2ac
commit e9bdaf6745

View file

@ -37,14 +37,6 @@
} }
} }
// Cancel button
[type="search"] {
&::-webkit-search-cancel-button {
-webkit-appearance: none;
display: none;
}
}
[dir="rtl"] { [dir="rtl"] {
:where(input) { :where(input) {
&:not([type="checkbox"], [type="radio"], [type="range"], [type="file"]) { &:not([type="checkbox"], [type="radio"], [type="range"], [type="file"]) {