Browse Source

Add missing background-color variable for tabular menu

The variable @tabularBackgroundColor was referenced in menu.variables but not actually used in menu.less
pull/2734/head
Michael P. Pfeiffer 9 years ago
parent
commit
5897058fc0
1 changed files with 2 additions and 2 deletions
  1. 4
      src/definitions/collections/menu.less

4
src/definitions/collections/menu.less

@ -600,7 +600,7 @@ Floated Menu / Item
---------------*/
.ui.tabular.menu {
background-color: transparent;
background-color: @tabularBackgroundColor;
border-radius: 0em;
box-shadow: none !important;
border: none;
@ -1850,4 +1850,4 @@ Floated Menu / Item
width: @hugeWidth;
}
.loadUIOverrides();
.loadUIOverrides();
Loading…
Cancel
Save