Fixed icon color in user panel
authorMarcel Werk <burntime@woltlab.com>
Tue, 13 Sep 2016 15:21:40 +0000 (17:21 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 13 Sep 2016 15:21:53 +0000 (17:21 +0200)
wcfsetup/install/files/style/layout/pageHeader.scss

index 7408f47f990c384738728f75de72d7fadc68a859..88d9111c65d1bad4798bc35a218a0fab49c2677e 100644 (file)
                                        top: 4px;
                                        z-index: 101;
                                }
+                               
+                               .icon {
+                                       color: $wcfHeaderMenuLink;
+                               }
                        }
                        
                        &.dropdownOpen > a,
                        &:hover > a {
                                background: $wcfHeaderMenuLinkBackgroundActive;
                                color: $wcfHeaderMenuLinkActive;
+                               
+                               .icon {
+                                       color: $wcfHeaderMenuLinkActive;
+                               }
                        }
                        
                        /* ringing animation for notification icon */