compose: Suppress low-attention styles with keyboard focus.

This commit is contained in:
Karl Stolley
2025-08-11 16:58:41 -04:00
committed by Tim Abbott
parent 870591e2e5
commit 7a2116ab5d

View File

@@ -1283,7 +1283,10 @@ textarea.new_message_textarea {
} }
} }
.low-attention-recipient-row { /* For the sake of keyboard use, we do not want to apply
these styles when any element (the picker, user pills)
has focus. */
.low-attention-recipient-row:not(:focus-within) {
&#compose-recipient { &#compose-recipient {
.decorated-channel-name, .decorated-channel-name,
.conversation-arrow, .conversation-arrow,