diff --git a/scipost/static/scipost/assets/css/_navbar.scss b/scipost/static/scipost/assets/css/_navbar.scss index be65a9f8c55bb6891062f105755250fe0c9f04c1..43d5fdafaa66f6d810dc1756da5b738752b8ff43 100644 --- a/scipost/static/scipost/assets/css/_navbar.scss +++ b/scipost/static/scipost/assets/css/_navbar.scss @@ -77,6 +77,12 @@ .navbar-counter { position: relative; + &:hover { + .fa-bell-o:before { + content: "\f0f3"; + } + } + .badge { position: absolute; right: -3px;