Browse Source

Add missing background-color variable for vertical tabular menu

@tabularBackgroundColor was missing for vertical tabular menu, too
pull/2734/head
Michael P. Pfeiffer 9 years ago
parent
commit
54acbe7bd4
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/collections/menu.less

2
src/definitions/collections/menu.less

@ -653,7 +653,7 @@ Floated Menu / Item
/* Vertical Tabular */ /* Vertical Tabular */
.ui.vertical.tabular.menu { .ui.vertical.tabular.menu {
background-color: transparent;
background-color: @tabularBackgroundColor;
border-radius: 0em; border-radius: 0em;
box-shadow: none !important; box-shadow: none !important;
border-bottom: none; border-bottom: none;

Loading…
Cancel
Save