From 728a03466cb44fa1279869bec62d970f6d960937 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Mon, 29 Apr 2024 10:07:10 +0300 Subject: [PATCH] Remove color override for user dropdown message count --- app/assets/stylesheets/common.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index d8f13287b..1cd7d4c6d 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -160,10 +160,6 @@ nav.secondary { .nav-link { padding: 0.2rem; } - - #inboxanchor { - background-color: lighten($grey, 10%); - } } nav.primary, nav.secondary { -- 2.45.2