compose: Give tab-focused widget wrapper sensible border.

This commit is contained in:
Karl Stolley 2024-10-30 11:56:37 -05:00 committed by Tim Abbott
parent 9231c97454
commit 17561d09a1
1 changed files with 8 additions and 0 deletions

View File

@ -1432,6 +1432,14 @@ textarea.new_message_textarea {
justify-content: flex-start;
height: var(--compose-recipient-box-min-height);
&:focus-visible {
outline: 0;
#compose_select_recipient_widget {
border-color: var(--color-compose-recipient-box-has-focus);
}
}
.dropdown_widget_value {
flex-grow: 1;
text-overflow: ellipsis;