Skip to content

Commit

Permalink
Merge pull request #10 from dkhlystov/master
Browse files Browse the repository at this point in the history
Bug fixed for NavX with 'navbar-right' style
  • Loading branch information
kartik-v committed Jan 3, 2017
2 parents 8520855 + 981e40e commit 2df6dd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion assets/css/dropdown-x.css
Expand Up @@ -14,6 +14,7 @@
.dropdown-submenu > .dropdown-menu {
top: 0;
left: 100%;
right: auto;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
Expand All @@ -35,7 +36,8 @@
margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
.dropdown-submenu:hover > a:after,
.dropdown-submenu.open > a:after {
border-left-color: #555;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/css/dropdown-x.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2df6dd7

Please sign in to comment.