From: Marcel Werk Date: Tue, 13 Sep 2016 15:21:40 +0000 (+0200) Subject: Fixed icon color in user panel X-Git-Tag: 3.0.0_Beta_1~183 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f2d7f565188094b2634bf594f91bc2fa3ae01205;p=GitHub%2FWoltLab%2FWCF.git Fixed icon color in user panel --- 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 */