Added hover styling for links in footer boxes
authorMarcel Werk <burntime@woltlab.com>
Mon, 10 Oct 2016 14:33:24 +0000 (16:33 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 10 Oct 2016 14:33:24 +0000 (16:33 +0200)
wcfsetup/install/files/style/layout/box.scss

index 2ce54c701c15de7e5bf733d0dabb866942e88818..816acae6d0d44ac016384f2ca7b418c635c7b9a4 100644 (file)
                
                &:hover {
                        color: $wcfFooterLinkActive;
+                       text-decoration: underline;
                }
        }