From 021fedeb2a19c73df654f3a9afd7b1cadcbeb75e Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Tue, 16 Apr 2019 14:45:58 -0500 Subject: Replace `fa-retweet` SVG with `fa-repeat` Unicode glyph. --- app/javascript/flavours/glitch/styles/components/index.scss | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/javascript/flavours/glitch/styles/components/index.scss') 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'; -- cgit