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 { .ui.inverted.menu {
border-width: 0px;
background: @invertedBackground; background: @invertedBackground;
box-shadow: @invertedBoxShadow; box-shadow: @invertedBoxShadow;
} }

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

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

Loading…
Cancel
Save