mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
compose: Fix the color or expand/collapse compose box in night mode.
Follow-up: #17667
This commit is contained in:
@@ -403,6 +403,8 @@ on a dark background, and don't change the dark labels dark either. */
|
||||
border-right-color: hsl(235, 18%, 7%);
|
||||
}
|
||||
|
||||
.expand_composebox_button,
|
||||
.collapse_composebox_button,
|
||||
#message_edit_tooltip,
|
||||
.clear_search_button,
|
||||
.clear_search_button:focus,
|
||||
@@ -423,6 +425,8 @@ on a dark background, and don't change the dark labels dark either. */
|
||||
color: hsl(236, 33%, 80%);
|
||||
}
|
||||
|
||||
.expand_composebox_button:hover,
|
||||
.collapse_composebox_button:hover,
|
||||
#message_edit_tooltip:hover,
|
||||
.clear_search_button:hover,
|
||||
#message_view_header .search_icon:hover,
|
||||
|
||||
Reference in New Issue
Block a user