Skip to content

Commit

Permalink
Add purple border to active compose field search inputs (mastodon#29839)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmstan committed Apr 4, 2024
1 parent 966d7f5 commit 1c87cb8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/javascript/styles/mastodon/emoji_picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1c87cb8

Please sign in to comment.