]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix Mastodon logo style on hover on public pages' footer
authorThibG <thib@sitedethib.com>
Mon, 2 Sep 2019 16:12:12 +0000 (18:12 +0200)
committerThibaut Girka <thib@sitedethib.com>
Thu, 5 Sep 2019 11:53:23 +0000 (13:53 +0200)
Port 0ea53122f2a0db726afe96cfedd8e7fe3d930e0a to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/footer.scss

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