From: Marcel Werk Date: Wed, 18 May 2016 08:56:20 +0000 (+0200) Subject: Changed default icon color in footerBoxes X-Git-Tag: 3.0.0_Beta_1~1714 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fa54873b6da537038ff93c8f04b36b49b6fc78ce;p=GitHub%2FWoltLab%2FWCF.git Changed default icon color in footerBoxes --- diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index ef2bd551e7..8e342d7a1b 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -387,17 +387,9 @@ a { color: $wcfFooterBoxLink; - .icon { - color: $wcfFooterBoxLink; - } - &:hover { color: $wcfFooterBoxLinkActive; text-decoration: underline; - - .icon { - color: $wcfFooterBoxLinkActive; - } } }