From 69a870176e126ba70fa8e9558aa32ce6e0df4bdf Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Wed, 6 Apr 2022 20:44:29 -0300 Subject: [PATCH] Fix prettier Signed-off-by: RD WebDesign --- style/pi-hole.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style/pi-hole.css b/style/pi-hole.css index e2c0c74210..a032ff82b1 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -583,7 +583,11 @@ td.details-control { } /* hide warning count when hover a collapsed sidebar */ -.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span.warning-count { +.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse + .sidebar-menu + > li:hover + > a + > span.warning-count { display: none !important; }