Added hover state for footer/header/breadcrumbs/footerBoxes links
authorAlexander Ebert <ebert@woltlab.com>
Thu, 21 Jan 2016 10:00:11 +0000 (11:00 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 21 Jan 2016 10:00:11 +0000 (11:00 +0100)
wcfsetup/install/files/style/layout/box.scss
wcfsetup/install/files/style/layout/pageFooter.scss
wcfsetup/install/files/style/ui/breadcrumb.scss

index 2acfa818755034a2d1fc9d503002f595342afe58..095de7280b947ba3cb7bbf91fd5035c072bc5021 100644 (file)
                &:first-child:nth-last-child(3) ~ .box {
                        flex-basis: 33.3333%;
                }
+               
+               a:hover {
+                       text-decoration: underline;
+               }
        }
        
        .boxImage {
index 155939cc7bc3bbf091e4fbeb5355d0a7ace6a115..101c3daa1cad1aec88724651ce125fd02088d961 100644 (file)
@@ -10,6 +10,7 @@
                
                &:hover {
                        color: $wcfFooterLinkActive;
+                       text-decoration: underline;
                }
        }
        
index ed40db9646f9bdab0ea79bf79cf374aaf6b8d326..98113439f4c4844a8221fed210f832023709db16 100644 (file)
@@ -28,6 +28,7 @@
                                
                                &:hover {
                                        color: $wcfNavigationLinkActive;
+                                       text-decoration: underline;
                                }
                        }
                }