compose: Fix the color or expand/collapse compose box in night mode.

Follow-up: #17667
This commit is contained in:
Priyam Seth 2021-07-08 10:51:37 +05:30 committed by Tim Abbott
parent bf15c0235a
commit ca54997767
1 changed files with 4 additions and 0 deletions

View File

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