We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2538a8e commit 03e9d7fCopy full SHA for 03e9d7f
src/definitions/collections/menu.less
@@ -1343,7 +1343,7 @@ each(@colors, {
1343
@c: @colors[@@color][color];
1344
1345
& when not (@color=secondary) {
1346
- .ui.ui.menu .@{color}.active.item,
+ .ui.ui.ui.menu .@{color}.active.item,
1347
.ui.ui.@{color}.menu .active.item:hover,
1348
.ui.ui.@{color}.menu .active.item {
1349
& when not (@secondaryPointingActiveBorderColor = currentColor) {
@@ -1485,7 +1485,7 @@ each(@colors, {
1485
@h: @colors[@@color][hover];
1486
1487
1488
- .ui.ui.inverted.menu .@{color}.active.item,
+ .ui.ui.ui.inverted.menu .@{color}.active.item,
1489
.ui.ui.inverted.@{color}.menu {
1490
background-color: @c;
1491
}
0 commit comments