diff --git a/src/definitions/collections/menu.less b/src/definitions/collections/menu.less index 03326e12a..09fb94cec 100755 --- a/src/definitions/collections/menu.less +++ b/src/definitions/collections/menu.less @@ -1168,6 +1168,7 @@ Floated Menu / Item ---------------*/ .ui.inverted.menu { + border-width: 0px; background: @invertedBackground; box-shadow: @invertedBoxShadow; } diff --git a/src/themes/default/collections/menu.variables b/src/themes/default/collections/menu.variables index 86f074e2a..14fb337c9 100644 --- a/src/themes/default/collections/menu.variables +++ b/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;