From fba0200765c14d0ada47a44b5a8603001c92e069 Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Thu, 20 Sep 2018 18:21:58 +0200 Subject: [Glitch] Redesign forms, verify link ownership with rel="me" Port SCSS changes from f4d549d30081478b1fe2bde9d340262e132bb891 --- app/javascript/flavours/glitch/styles/components/boost.scss | 7 ------- 1 file changed, 7 deletions(-) (limited to 'app/javascript/flavours/glitch/styles/components') diff --git a/app/javascript/flavours/glitch/styles/components/boost.scss b/app/javascript/flavours/glitch/styles/components/boost.scss index d92444042..f1ad041e9 100644 --- a/app/javascript/flavours/glitch/styles/components/boost.scss +++ b/app/javascript/flavours/glitch/styles/components/boost.scss @@ -1,10 +1,3 @@ -@function hex-color($color) { - @if type-of($color) == 'color' { - $color: str-slice(ie-hex-str($color), 4); - } - @return '%23' + unquote($color) -} - button.icon-button i.fa-retweet { background-image: url("data:image/svg+xml;utf8,"); -- cgit