Skip to content

Commit

Permalink
Merge pull request #64 from rhamilto/spadgett-pf-vertical-nav
Browse files Browse the repository at this point in the history
Restoring :focus styles to .navbar-toggle
  • Loading branch information
spadgett committed Aug 24, 2017
2 parents d03d15e + 8a2d4ad commit 6338ea7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/styles/_navbar-vertical.less
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,8 @@
}
}
}

.navbar-toggle:focus {
color: @navbar-pf-vertical-navbar-toggle-icon-bar-hover-bg; // for Firefox outline
.tab-focus();
}

0 comments on commit 6338ea7

Please sign in to comment.