about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-05-27 03:33:39 +0200
committerThibaut Girka <thib@sitedethib.com>2019-05-28 17:50:21 +0200
commit56d8faab1856f9cff8520518a145b256e7799c36 (patch)
tree69cd5f99ace6fbf0118bd46c504b18ba6edef232 /app/javascript/flavours/glitch/styles/mastodon-light/diff.scss
parent3d73d76e551193a9beffec7a8cdf67e3d18978cf (diff)
[Glitch] Use `<use />` to render transparent SVG logo instead of inserting it
Port SCSS changes from 8d5dcc9301c422f131167574da550f8cdaedb73f to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/mastodon-light/diff.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/mastodon-light/diff.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss
index 224272f24..ce2a2eeb5 100644
--- a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss
+++ b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss
@@ -320,7 +320,7 @@
 .button.logo-button {
   color: $white;
 
-  svg path:first-child {
+  svg {
     fill: $white;
   }
 }