Remove Webkit search cancel button for cross-browser consistency

Use same code as in MinervaNeue. For unknown reason, Chrome
decides in 2020 to suddenly show search cancel button.

Change-Id: I5c813a2ea68929c05f5d061d46c027934853dbf8
This commit is contained in:
Volker E 2020-02-18 22:30:19 -08:00
parent 1cbb7ee653
commit bedb0ea8f4
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
&::-webkit-search-cancel-button,
&::-webkit-search-results-button,
&::-webkit-search-results-decoration {
-webkit-appearance: textfield;
display: none;
}
}