From 8070e432007008aad1d6f93871e1ef4eab197711 Mon Sep 17 00:00:00 2001 From: Daniel Andrei Date: Sun, 27 Oct 2019 19:29:07 +0200 Subject: [PATCH] Fix display of right sidebar icons in dark mode (#1137) --- css/dark-mode.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/css/dark-mode.css b/css/dark-mode.css index 9dd590236..421d14d2c 100644 --- a/css/dark-mode.css +++ b/css/dark-mode.css @@ -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); @@ -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;