Browse Source

Dupe rule

pull/2300/head
jlukic 9 years ago
parent
commit
a5c69ddc70
1 changed files with 0 additions and 3 deletions
  1. 3
      src/definitions/collections/menu.less

3
src/definitions/collections/menu.less

@ -1626,9 +1626,6 @@ Floated Menu / Item
.ui.vertical.pointing.menu .active.item:after { .ui.vertical.pointing.menu .active.item:after {
background-color: @arrowVerticalActiveColor; background-color: @arrowVerticalActiveColor;
} }
.ui.pointing.menu .active.item:hover:after {
background-color: @arrowActiveHoverColor;
}
.ui.vertical.pointing.menu .menu .active.item:after { .ui.vertical.pointing.menu .menu .active.item:after {
background-color: @arrowVerticalSubMenuColor; background-color: @arrowVerticalSubMenuColor;
} }

Loading…
Cancel
Save