From f2d7f565188094b2634bf594f91bc2fa3ae01205 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 13 Sep 2016 17:21:40 +0200 Subject: [PATCH] Fixed icon color in user panel --- wcfsetup/install/files/style/layout/pageHeader.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wcfsetup/install/files/style/layout/pageHeader.scss b/wcfsetup/install/files/style/layout/pageHeader.scss index 7408f47f99..88d9111c65 100644 --- a/wcfsetup/install/files/style/layout/pageHeader.scss +++ b/wcfsetup/install/files/style/layout/pageHeader.scss @@ -230,6 +230,10 @@ top: 4px; z-index: 101; } + + .icon { + color: $wcfHeaderMenuLink; + } } &.dropdownOpen > a, @@ -237,6 +241,10 @@ &:hover > a { background: $wcfHeaderMenuLinkBackgroundActive; color: $wcfHeaderMenuLinkActive; + + .icon { + color: $wcfHeaderMenuLinkActive; + } } /* ringing animation for notification icon */ -- 2.20.1