Add purple border to active compose field search inputs (#29839)

pull/29852/head
Michael Stanclift 2024-04-04 06:51:06 -05:00 committed by GitHub
parent 966d7f5bf9
commit 1c87cb8019
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -112,9 +112,11 @@
border: 0; border: 0;
} }
&:focus, &:active,
&:active { &:focus {
outline: none !important; outline: none !important;
border-width: 1px !important;
border-color: $ui-button-background-color;
} }
&::-webkit-search-cancel-button { &::-webkit-search-cancel-button {