From 03e9d7f94bcf08b44bbae9d6efd592ef3cf38a31 Mon Sep 17 00:00:00 2001 From: Marco 'Lubber' Wienkoop Date: Sat, 15 Feb 2020 19:49:33 +0100 Subject: [PATCH] fix(menu): colored active items were not displayed colored Colored active items in colored menus were not displayed colored because of too low specificity --- src/definitions/collections/menu.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/definitions/collections/menu.less b/src/definitions/collections/menu.less index 8eedcba89e..a75befa033 100755 --- a/src/definitions/collections/menu.less +++ b/src/definitions/collections/menu.less @@ -1343,7 +1343,7 @@ each(@colors, { @c: @colors[@@color][color]; & when not (@color=secondary) { - .ui.ui.menu .@{color}.active.item, + .ui.ui.ui.menu .@{color}.active.item, .ui.ui.@{color}.menu .active.item:hover, .ui.ui.@{color}.menu .active.item { & when not (@secondaryPointingActiveBorderColor = currentColor) { @@ -1485,7 +1485,7 @@ each(@colors, { @h: @colors[@@color][hover]; & when not (@color=secondary) { - .ui.ui.inverted.menu .@{color}.active.item, + .ui.ui.ui.inverted.menu .@{color}.active.item, .ui.ui.inverted.@{color}.menu { background-color: @c; }