mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 06:54:16 +08:00
Hide webkit search button (#3128)
This commit is contained in:
parent
5e84490fd0
commit
6200ffef9b
|
@ -1,6 +1,12 @@
|
||||||
.Search {
|
.Search {
|
||||||
position: relative;
|
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 {
|
&-clear {
|
||||||
// It looks very weird due to the padding given to the button..
|
// It looks very weird due to the padding given to the button..
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user