mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user