Changed default icon color in footerBoxes
authorMarcel Werk <burntime@woltlab.com>
Wed, 18 May 2016 08:56:20 +0000 (10:56 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 18 May 2016 08:56:20 +0000 (10:56 +0200)
wcfsetup/install/files/style/layout/box.scss

index ef2bd551e774a601be22fdf902597f8dacd79d45..8e342d7a1b512394f299867d2a8b0d2cb53c1f46 100644 (file)
        a {
                color: $wcfFooterBoxLink;
                
-               .icon {
-                       color: $wcfFooterBoxLink;
-               }
-               
                &:hover {
                        color: $wcfFooterBoxLinkActive;
                        text-decoration: underline;
-                       
-                       .icon {
-                               color: $wcfFooterBoxLinkActive;
-                       }
                }
        }