[Glitch] Add purple border to active compose field search inputs

Port 1c87cb8019 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2699/head
Michael Stanclift 2024-04-04 06:51:06 -05:00 committed by Claire
parent 0fb469e2f3
commit 3739dda2f6
1 changed files with 4 additions and 2 deletions

View File

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