about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-04-16 14:45:58 -0500
committermultiple creatures <dev@multiple-creature.party>2019-05-21 03:16:22 -0500
commit021fedeb2a19c73df654f3a9afd7b1cadcbeb75e (patch)
tree7706ec6b2b0799074927354edcaab0774bb27fb0 /app/javascript/flavours/glitch/styles/components/index.scss
parent841776edfba80a195bec30f3bc8843966fcf4152 (diff)
Replace `fa-retweet` SVG with `fa-repeat` Unicode glyph.
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index 63211392e..553161add 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -869,10 +869,6 @@
   transition-duration: 0s;
   vertical-align: middle;
   width: 22px;
-
-  &::before {
-    display: none !important;
-  }
 }
 
 .no-reduce-motion button.icon-button.active i.fa-retweet {
@@ -1304,7 +1300,6 @@ noscript {
   100% { opacity: 1; }
 }
 
-@import 'boost';
 @import 'accounts';
 @import 'domains';
 @import 'status';