From: Matthias Schmidt Date: Wed, 11 Sep 2019 15:37:39 +0000 (+0200) Subject: Fix hover color for reaction summary X-Git-Tag: 5.2.0_Beta_2~60 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=20a987993946a58b394f778ceebb86963712704d;p=GitHub%2FWoltLab%2FWCF.git Fix hover color for reaction summary --- diff --git a/wcfsetup/install/files/style/ui/reactions.scss b/wcfsetup/install/files/style/ui/reactions.scss index 5d0836edbc..e7298e968c 100644 --- a/wcfsetup/install/files/style/ui/reactions.scss +++ b/wcfsetup/install/files/style/ui/reactions.scss @@ -39,6 +39,12 @@ width: 16px; height: 16px; } + + &:hover { + .reactCountButton { + color: $wcfContentText; + } + } } .reactionCount{ @@ -56,10 +62,6 @@ flex: 0 0 auto; margin: 5px 5px 0 0; white-space: nowrap; - - &:hover { - color: $wcfContentText; - } } .reactionPopoverContent {