Browse Source

Add back in hover state

pull/2092/head
jlukic 9 years ago
parent
commit
50c3d8bd9e
2 changed files with 4 additions and 3 deletions
  1. 1
      src/definitions/collections/menu.less
  2. 6
      src/themes/default/collections/menu.variables

1
src/definitions/collections/menu.less

@ -1168,6 +1168,7 @@ Floated Menu / Item
---------------*/
.ui.inverted.menu {
border-width: 0px;
background: @invertedBackground;
box-shadow: @invertedBoxShadow;
}

6
src/themes/default/collections/menu.variables

@ -63,7 +63,7 @@
/* Icon */
@iconFloat: none;
@iconMargin: 0em 0.25em 0em 0em;
@iconOpacity: 0.75;
@iconOpacity: 0.9;
/* Dropdown Icon */
@dropdownIconFloat: right;
@ -164,11 +164,11 @@
---------------*/
/* Hovered Item */
@hoverItemBackground: transparent;
@hoverItemBackground: @subtleTransparentBlack;
@hoverItemTextColor: @selectedTextColor;
/* Pressed Item */
@pressedItemBackground: transparent;
@pressedItemBackground: @subtleTransparentBlack;
@pressedItemColor: @pressedTextColor;

Loading…
Cancel
Save