From 8917519e8021808c5a94c8ed843f749bc44ab673 Mon Sep 17 00:00:00 2001 From: Marco 'Lubber' Wienkoop Date: Tue, 16 Apr 2019 15:47:26 +0200 Subject: [PATCH] fix(menu): additional specificity for secondary inverted menu no longer 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 --- src/definitions/collections/menu.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/collections/menu.less b/src/definitions/collections/menu.less index ac4f4db8e5..d73981d3bc 100755 --- a/src/definitions/collections/menu.less +++ b/src/definitions/collections/menu.less @@ -912,7 +912,7 @@ Floated Menu / Item } /* Inverted */ -.ui.secondary.inverted.menu.menu { +.ui.secondary.inverted.menu { background-color: transparent; }