mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
feat: Display cancel button for input type search
This commit is contained in:
parent
8f60b4f2ac
commit
e9bdaf6745
1 changed files with 0 additions and 8 deletions
|
@ -37,14 +37,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Cancel button
|
||||
[type="search"] {
|
||||
&::-webkit-search-cancel-button {
|
||||
-webkit-appearance: none;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
[dir="rtl"] {
|
||||
:where(input) {
|
||||
&:not([type="checkbox"], [type="radio"], [type="range"], [type="file"]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue