Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
  • Loading branch information
rdwebdesign committed Apr 6, 2022
1 parent b047e28 commit 69a8701
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style/pi-hole.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 69a8701

Please sign in to comment.