From a4b2e8d59398149257b7a0c450846c92c839d8b8 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Tue, 25 Jun 2019 10:19:26 +0200 Subject: [PATCH] fix: css badge --- src/styles/base/menu-left.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/base/menu-left.scss b/src/styles/base/menu-left.scss index a6fd87e..c2def15 100644 --- a/src/styles/base/menu-left.scss +++ b/src/styles/base/menu-left.scss @@ -136,7 +136,7 @@ height: 20px; width: 20px; margin-right: 1em; - div:not(:empty) { + div.counter:not([data-nb-unread="0"]) { text-align: center; display: block; background-color: var(--sib-notifications-theme, gray);