Browse Source

Fix one pixel offset on inverted menu due to lack of border

pull/2403/head
jlukic 9 years ago
parent
commit
784b0a495b
2 changed files with 2 additions and 1 deletions
  1. 2
      src/definitions/collections/menu.less
  2. 1
      src/themes/default/collections/menu.variables

2
src/definitions/collections/menu.less

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

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

@ -370,6 +370,7 @@
/* Inverted */
@invertedBackground: @black;
@invertedBoxShadow: none;
@invertedBorder: 1px solid transparent;
@invertedHeaderBackground: transparent;
@invertedItemBackground: transparent;

Loading…
Cancel
Save