Fixed hover color for non-link badges
authorAlexander Ebert <ebert@woltlab.com>
Sat, 16 Jan 2016 13:05:37 +0000 (14:05 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 16 Jan 2016 13:05:37 +0000 (14:05 +0100)
wcfsetup/install/files/style/ui/badge.scss

index ab2fd89072537ea13deef068a6cf2ee944fa34b8..01ec5251132ba04830f9aa4e5fcfd56dd04dd60a 100644 (file)
@@ -72,6 +72,7 @@ a.badge {
        }
 }
 
+.badge:hover,
 a.badge:hover {
        color: $wcfContentBackground;
        text-decoration: none;