From 3e5c05728d3d55c12a5e040a4be47a253e45e59c Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Wed, 13 Sep 2017 12:47:29 +0200 Subject: [PATCH] Improve user feedback --- scipost/static/scipost/assets/css/_navbar.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scipost/static/scipost/assets/css/_navbar.scss b/scipost/static/scipost/assets/css/_navbar.scss index 9f3b7b3e1..f142f50ae 100644 --- a/scipost/static/scipost/assets/css/_navbar.scss +++ b/scipost/static/scipost/assets/css/_navbar.scss @@ -77,7 +77,13 @@ .navbar-counter { position: relative; - &:hover { + a:hover { + text-decoration: none; + + .badge { + background-color: $scipost-darkblue; + } + .fa-bell-o:before { content: "\f0f3"; } -- GitLab