From 2a5ae89f0d6b5314b95042942d913884da4c2227 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 10 Oct 2016 16:33:24 +0200 Subject: [PATCH] Added hover styling for links in footer boxes --- wcfsetup/install/files/style/layout/box.scss | 1 + 1 file changed, 1 insertion(+) 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; } } -- 2.20.1