mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-17 04:32:22 +00:00
Fix blue border on emoji/language search in Safari & Chrome (#29832)
This commit is contained in:
parent
5d67247061
commit
e284417349
|
@ -112,10 +112,9 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-moz-focus-inner,
|
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
outline: 0 !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-search-cancel-button {
|
&::-webkit-search-cancel-button {
|
||||||
|
|
Loading…
Reference in a new issue