From de9b3b641d741c238799eb88a428c29cf760fd1b Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Sat, 12 Mar 2022 11:19:46 +0800 Subject: [PATCH] Notification bubble: add border since it's the same color as an active button 950 "notifications count clashes with color of the expand button in top right" --- ui/scss/component/_notification.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scss/component/_notification.scss b/ui/scss/component/_notification.scss index e8d23954d..4c5a459bc 100644 --- a/ui/scss/component/_notification.scss +++ b/ui/scss/component/_notification.scss @@ -295,6 +295,7 @@ $contentMaxWidth: 60rem; height: 1.4rem; width: 1.4rem; border-radius: 50%; + border: 1.5px solid var(--color-background); background-color: var(--color-notification); position: absolute; top: -0.4rem;