Skip to content

Commit

Permalink
Make hover arrows clickable on collapsed sidebar menu
Browse files Browse the repository at this point in the history
Fixes #22245
  • Loading branch information
atrol committed Sep 27, 2017
1 parent f27e93b commit 5a883c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/ace-mantis.css
Expand Up @@ -187,6 +187,11 @@ pre {
cursor: pointer !important;
}

/* Clickable hover arrows on collapsed sidebar #22245 */
.nav-list li > .arrow {
pointer-events: none;
}

.fa-xlg {
font-size: 1.6em;
line-height: 0.73em;
Expand Down

0 comments on commit 5a883c3

Please sign in to comment.