mirror of https://github.com/zulip/zulip.git
compose: Fix the color or expand/collapse compose box in night mode.
Follow-up: #17667
This commit is contained in:
parent
bf15c0235a
commit
ca54997767
|
@ -403,6 +403,8 @@ on a dark background, and don't change the dark labels dark either. */
|
||||||
border-right-color: hsl(235, 18%, 7%);
|
border-right-color: hsl(235, 18%, 7%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.expand_composebox_button,
|
||||||
|
.collapse_composebox_button,
|
||||||
#message_edit_tooltip,
|
#message_edit_tooltip,
|
||||||
.clear_search_button,
|
.clear_search_button,
|
||||||
.clear_search_button:focus,
|
.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%);
|
color: hsl(236, 33%, 80%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.expand_composebox_button:hover,
|
||||||
|
.collapse_composebox_button:hover,
|
||||||
#message_edit_tooltip:hover,
|
#message_edit_tooltip:hover,
|
||||||
.clear_search_button:hover,
|
.clear_search_button:hover,
|
||||||
#message_view_header .search_icon:hover,
|
#message_view_header .search_icon:hover,
|
||||||
|
|
Loading…
Reference in New Issue