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
1 changed files with 1 additions and 2 deletions

View File

@ -112,10 +112,9 @@
border: 0;
}
&::-moz-focus-inner,
&:focus,
&:active {
outline: 0 !important;
outline: none !important;
}
&::-webkit-search-cancel-button {