From 75714bb44f497ed8c9f63325d0f49316a8728c91 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Thu, 4 Sep 2025 10:47:45 -0500 Subject: [PATCH] compose: Remove competing transitions. The transitions here do not work correctly across all states, and directly interfere or look goofy with the transitions in the recipient-row area. Particularly with the removal from #message-content-container, that had the annoying effect of just delaying the appearance of the focus border, regardless of whether focus was established via keyboard or mouse. --- web/styles/compose.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/styles/compose.css b/web/styles/compose.css index 73b1c60dc3..afe4728a27 100644 --- a/web/styles/compose.css +++ b/web/styles/compose.css @@ -337,7 +337,6 @@ grid-template-areas: "message-content composebox-buttons"; border-radius: 4px; border: 1px solid var(--color-message-content-container-border); - transition: border-color 0.2s ease; &:has(.new_message_textarea:focus) { border-color: var(--color-message-content-container-border-focus); @@ -1089,7 +1088,6 @@ textarea.new_message_textarea { flex: 1 1 0; border: 1px solid var(--color-compose-recipient-box-border-color); border-radius: 4px; - transition: border-color 0.2s ease; background: var(--color-compose-recipient-box-background-color); &:hover {