From 54acbe7bd45ed9a01c1cec28e69cfc82acf67a64 Mon Sep 17 00:00:00 2001 From: "Michael P. Pfeiffer" Date: Mon, 27 Jul 2015 22:58:16 +0200 Subject: [PATCH] Add missing background-color variable for vertical tabular menu @tabularBackgroundColor was missing for vertical tabular menu, too --- 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 d6d881b26..46dbc5883 100755 --- a/src/definitions/collections/menu.less +++ b/src/definitions/collections/menu.less @@ -653,7 +653,7 @@ Floated Menu / Item /* Vertical Tabular */ .ui.vertical.tabular.menu { - background-color: transparent; + background-color: @tabularBackgroundColor; border-radius: 0em; box-shadow: none !important; border-bottom: none;