Skip to content

Commit

Permalink
fix(menu): additional specificity for secondary inverted menu no long…
Browse files Browse the repository at this point in the history
…er needed

The additional specificity for `secondary inverted menu` was necessary (when 2.7.0 was released) to override a background color setting when `secondary` was still supported as a background color for menus. We removed this in #366 , so the additional specificity is not needed anymore

Closes #672
  • Loading branch information
lubber-de authored and Sean committed Apr 16, 2019
1 parent 024f5d4 commit 8917519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/collections/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ Floated Menu / Item
}

/* Inverted */
.ui.secondary.inverted.menu.menu {
.ui.secondary.inverted.menu {
background-color: transparent;
}

Expand Down

0 comments on commit 8917519

Please sign in to comment.