summaryrefslogtreecommitdiffstats
path: root/src
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 /src
parentd78758b0b6090f8687f2ebc5f8810273d0713264 (diff)
👌 IMPROVE: use blue icon with full opacity to indicate boosted state
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Diffstat (limited to 'src')
-rw-r--r--src/components/TimelineEntry.vue3
1 files changed, 1 insertions, 2 deletions
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;
}
}