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.
This commit is contained in:
Karl Stolley
2025-09-04 10:47:45 -05:00
committed by Tim Abbott
parent de7419a528
commit 75714bb44f

View File

@@ -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 {