Skip to content

Commit

Permalink
Do not show badge when menu is active
Browse files Browse the repository at this point in the history
  • Loading branch information
majentsch committed Sep 8, 2014
1 parent c304c23 commit 39688ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/css/icinga/widgets.less
Expand Up @@ -196,13 +196,17 @@ li li .badge-container {
margin-right: 0.75em;
}

#menu > ul > li.active > a > .badge-container {
display: none;
}

#layout.hoveredmenu .hover > a > .badge-container {
margin-right: 14.15em;
}

.badge {
position: relative;
top: -0.2em;
top: -0.1em;
display: inline-block;
min-width: 1em;
padding: 3px 7px;
Expand Down

0 comments on commit 39688ec

Please sign in to comment.