Fix hover color for reaction summary
authorMatthias Schmidt <gravatronics@live.com>
Wed, 11 Sep 2019 15:37:39 +0000 (17:37 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 11 Sep 2019 15:37:39 +0000 (17:37 +0200)
wcfsetup/install/files/style/ui/reactions.scss

index 5d0836edbc07b3b6939dcbd1a0bef1fd4e92d01c..e7298e968c534217216f544509d788b66b23feb3 100644 (file)
                width: 16px;
                height: 16px;
        }
+       
+       &:hover {
+               .reactCountButton {
+                       color: $wcfContentText;
+               }
+       }
 }
 
 .reactionCount{
        flex: 0 0 auto;
        margin: 5px 5px 0 0;
        white-space: nowrap;
-       
-       &:hover {
-               color: $wcfContentText;
-       }
 }
 
 .reactionPopoverContent {