From a4657a5bd75e15e1c9800f807c51d63bfd43b41a Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Thu, 4 Sep 2025 13:37:08 -0500 Subject: [PATCH] compose: Correct for undesired outline flash on pills. --- web/styles/compose.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/styles/compose.css b/web/styles/compose.css index afe4728a27..851f9c7f26 100644 --- a/web/styles/compose.css +++ b/web/styles/compose.css @@ -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