From: Alexander Ebert Date: Sat, 16 Jan 2016 13:05:37 +0000 (+0100) Subject: Fixed hover color for non-link badges X-Git-Tag: 3.0.0_Beta_1~2030^2~154 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=670e0f1fcd59504bb79f8073e123a5ede07f534e;p=GitHub%2FWoltLab%2FWCF.git Fixed hover color for non-link badges --- diff --git a/wcfsetup/install/files/style/ui/badge.scss b/wcfsetup/install/files/style/ui/badge.scss index ab2fd89072..01ec525113 100644 --- a/wcfsetup/install/files/style/ui/badge.scss +++ b/wcfsetup/install/files/style/ui/badge.scss @@ -72,6 +72,7 @@ a.badge { } } +.badge:hover, a.badge:hover { color: $wcfContentBackground; text-decoration: none;