mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
compose: Suppress low-attention styles with keyboard focus.
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user