Skip to content

Commit

Permalink
compose: Fix the color or expand/collapse compose box in night mode.
Browse files Browse the repository at this point in the history
Follow-up: #17667
  • Loading branch information
Signior-X authored and timabbott committed Jul 8, 2021
1 parent bf15c02 commit ca54997
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/styles/night_mode.css
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit ca54997

Please sign in to comment.