1
0
mirror of https://github.com/flarum/core.git synced 2025-07-17 14:51:19 +02:00

Hide webkit search button ()

This commit is contained in:
Alexander Skvortsov
2021-10-27 09:28:40 -04:00
committed by GitHub
parent 5e84490fd0
commit 6200ffef9b

@@ -1,6 +1,12 @@
.Search {
position: relative;
// TODO v2.0 check if this is supported by Firefox,
// if so, consider switching to it.
::-webkit-search-cancel-button {
display: none;
}
&-clear {
// It looks very weird due to the padding given to the button..
&:focus {