about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/mastodon-light
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-05-27 03:33:39 +0200
committermultiple creatures <dev@multiple-creature.party>2019-11-19 15:38:37 -0600
commita78abedd3df32a513c0e0c47c850e769e019adae (patch)
tree1d32227c59767e570664abddbb95b986090bd8c9 /app/javascript/flavours/glitch/styles/mastodon-light
parent641bc18f290f10beb3b20984ac41b28dd9d0d361 (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')
-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;
   }
 }