Skip to content

Commit

Permalink
Fix display of right sidebar icons in dark mode (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitecrownclown authored and sindresorhus committed Oct 27, 2019
1 parent 101bf33 commit 8070e43
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions css/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,17 @@ html.dark-mode ._3eus {
color: var(--base-fourty);
}

/* Right sidebar icons */
html.dark-mode ._6ybv,
html.dark-mode ._6y56,
html.dark-mode ._7ht_,
html.dark-mode ._6ybz,
html.dark-mode ._7hu0,
html.dark-mode ._7hu1,
html.dark-mode ._7hty {
filter: invert(1) !important;
}

/* Right sidebar: mute notification label */
html.dark-mode ._3szq {
color: var(--base-seventy);
Expand Down Expand Up @@ -846,12 +857,6 @@ html.dark-mode ._7i2l {
filter: invert(1);
}

/* Sidebar > Options: search and nicknames icons */
html.dark-mode ._6y56,
html.dark-mode ._6ybv {
filter: invert(1);
}

/* Sidebar > Options: edit group picture hover */
html.dark-mode ._80co {
background: none;
Expand Down

0 comments on commit 8070e43

Please sign in to comment.