From: Marcel Werk Date: Mon, 10 Oct 2016 14:33:24 +0000 (+0200) Subject: Added hover styling for links in footer boxes X-Git-Tag: 3.0.0_Beta_3~50^2~20 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2a5ae89f0d6b5314b95042942d913884da4c2227;p=GitHub%2FWoltLab%2FWCF.git Added hover styling for links in footer boxes --- diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index 2ce54c701c..816acae6d0 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -679,6 +679,7 @@ &:hover { color: $wcfFooterLinkActive; + text-decoration: underline; } }