compose: Correct for undesired outline flash on pills.

(cherry picked from commit a4657a5bd7)
This commit is contained in:
Karl Stolley
2025-09-04 13:37:08 -05:00
committed by Tim Abbott
parent e83a27a608
commit fd35ec1a8c

View File

@@ -1235,6 +1235,13 @@ textarea.new_message_textarea {
width: 100%;
}
#compose-direct-recipient .pill-container .pill {
/* This is necessary to avoid an otherwise unstyled
flash of outline around pills when focus shifts out
of the recipient row and transitions are in effect. */
outline-color: transparent;
}
/* We want transitions to run only on user interactions with
the mouse, once the compose box is open. Any keyboard
interactions (e.g., Shift-Tabbing from the compose textarea