Skip to content

Commit

Permalink
(less) Fixes twbs#11516: Invert dropdown divider border in navbars
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Nov 28, 2013
1 parent a8558b9 commit 03e52eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,9 @@
> .dropdown-header {
border-color: @navbar-inverse-border;
}
.divider {
background-color: @navbar-inverse-border;
}
> li > a {
color: @navbar-inverse-link-color;
&:hover,
Expand Down

0 comments on commit 03e52eb

Please sign in to comment.