summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Sulzer <jonas@violoncello.ch>2019-04-26 17:09:02 +0200
committerMaxence Lange <maxence@artificial-owl.com>2019-05-03 16:31:15 -0100
commit9ecd0605272604d1b82c40a6756ed14ea858a823 (patch)
tree9e76d8ef136fab181b78f1a2c5000cb2f94d44aa
parentd78758b0b6090f8687f2ebc5f8810273d0713264 (diff)
👌 IMPROVE: use blue icon with full opacity to indicate boosted state
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
-rw-r--r--css/style.scss2
-rw-r--r--src/components/TimelineEntry.vue3
2 files changed, 2 insertions, 3 deletions
diff --git a/css/style.scss b/css/style.scss
index caec9da1..09a84a17 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -3,5 +3,5 @@
@include icon-black-white('boost', 'social', 1);
.icon-boosted {
- @include icon-color('boost', 'social', $color-white, 1);
+ @include icon-color('boost', 'social', '#0082c9', 1);
}
diff --git a/src/components/TimelineEntry.vue b/src/components/TimelineEntry.vue
index d3b8b2dd..8df11886 100644
--- a/src/components/TimelineEntry.vue
+++ b/src/components/TimelineEntry.vue
@@ -194,8 +194,7 @@ export default {
}
}
.icon-boosted {
- border-radius: var(--border-radius-pill);
- background-color: #0082c9;
+ opacity: 1;
}
}