[Glitch] Fix blue border on emoji/language search in Safari & Chrome
Port e284417349
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
4543bb9384
commit
b21322b406
|
@ -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 New Issue