summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJonas Sulzer <jonas@violoncello.ch>2019-04-23 20:59:50 +0200
committerMaxence Lange <maxence@artificial-owl.com>2019-05-03 16:31:15 -0100
commit717acf0a818219218d0cb5cc56f57014af605a83 (patch)
tree3bf4eaf6be204fd9ca3690def41830b5718fb71f /css
parentd9c37be5eca33d8f0859b913403fd6b3ffe742be (diff)
👌 IMPROVE: use white icon on blue background to indicate a boosted post
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/css/style.scss b/css/style.scss
index 1af3588d..caec9da1 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -1,4 +1,7 @@
@include icon-black-white('reply', 'social', 1);
-@include icon-black-white('boost', 'social', 1);
-@include icon-black-white('boosted', 'social', 1);
@include icon-black-white('emoji', 'social', 1);
+
+@include icon-black-white('boost', 'social', 1);
+.icon-boosted {
+ @include icon-color('boost', 'social', $color-white, 1);
+}