Skip to content

Commit

Permalink
Fix back to have top bar dropdowns inherit dropdown backgorund color
Browse files Browse the repository at this point in the history
  • Loading branch information
kball committed Feb 26, 2016
1 parent 964489a commit 2b91d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/components/_dropdown-menu.scss
Expand Up @@ -175,7 +175,7 @@ $dropdownmenu-border-width: nth($dropdownmenu-border, 1);
}
}

.is-dropdown-submenu, .top-bar .is-dropdown-submenu {
.is-dropdown-submenu {
display: none;
position: absolute;
top: 0;
Expand Down

0 comments on commit 2b91d95

Please sign in to comment.