Fix blue border on emoji/language search in Safari & Chrome (#29832)

This commit is contained in:
Michael Stanclift 2024-04-03 10:19:10 -05:00 committed by GitHub
parent 5d67247061
commit e284417349
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {