From 905c82917959a5afe24cb85c62c0b0ba13f0da8b Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 26 Jan 2017 04:30:40 +0100 Subject: Improve infinite scroll on notifications --- app/assets/stylesheets/boost.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'app/assets/stylesheets/boost.scss') diff --git a/app/assets/stylesheets/boost.scss b/app/assets/stylesheets/boost.scss index c45d4ff8e..a2e6421f8 100644 --- a/app/assets/stylesheets/boost.scss +++ b/app/assets/stylesheets/boost.scss @@ -1,9 +1,7 @@ -@import 'variables'; - @function url-friendly-colour($colour) { - @return '%23' + str-slice('#{$colour}', 2, -1) + @return '%23' + str-slice('#{$colour}', 2, -1) } button i.fa-retweet { -background-image: url("data:image/svg+xml;utf8,"); -} \ No newline at end of file + background-image: url("data:image/svg+xml;utf8,"); +} -- cgit