]> cat aescling's git repositories - mastodon.git/commitdiff
Fix Mastodon logo style on hover on public pages' footer (#11735)
authorThibG <thib@sitedethib.com>
Mon, 2 Sep 2019 16:12:12 +0000 (18:12 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 2 Sep 2019 16:12:12 +0000 (18:12 +0200)
Fixes #11690

app/javascript/styles/mastodon/footer.scss

index f74c004e995994b30c89db4e2c1d2807eb1d04b7..00d2908832fbca0a8cfe18715c3ab4b6381c586c 100644 (file)
       &:hover,
       &:focus,
       &:active {
-        svg path {
+        svg {
           fill: lighten($ui-base-color, 38%);
         }
       }