Browse Source

time to integrate menu

pull/2034/head
jlukic 9 years ago
parent
commit
a476ad6d10
1 changed files with 10 additions and 15 deletions
  1. 25
      src/definitions/collections/menu.less

25
src/definitions/collections/menu.less

@ -109,9 +109,6 @@
Sub-Item Sub-Item
---------------*/ ---------------*/
.ui.menu .item .menu .item {
color: @subMenuTextColor;
}
.ui.menu .item .menu a.item:hover, .ui.menu .item .menu a.item:hover,
.ui.menu .item .menu .link.item:hover { .ui.menu .item .menu .link.item:hover {
color: @darkTextColor; color: @darkTextColor;
@ -268,12 +265,10 @@
Hover Hover
---------------*/ ---------------*/
.ui.link.menu > .item:hover,
.ui.menu > .link.item:hover,
.ui.menu > a.item:hover,
.ui.link.menu .menu > .item:hover,
.ui.menu .menu > .link.item:hover,
.ui.menu .menu > a.item:hover {
.ui.link.menu .item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover {
cursor: pointer; cursor: pointer;
background: @hoverBackground; background: @hoverBackground;
color: @hoverColor; color: @hoverColor;
@ -331,9 +326,9 @@
Types Types
*******************************/ *******************************/
/*--------------
Floated Content
---------------*/
/*------------------
Floated Menu / Item
-------------------*/
/* Left Floated */ /* Left Floated */
.ui.menu:not(.vertical) .item.left, .ui.menu:not(.vertical) .item.left,
@ -349,8 +344,8 @@
} }
/* Floated Borders */ /* Floated Borders */
.ui.menu > .right.menu:first-child:before,
.ui.menu > .right.menu:last-child:before {
.ui.menu .right.menu > .item:first-child:before,
.ui.menu .right.menu > .item:last-child:before {
display: none; display: none;
} }
@ -364,7 +359,6 @@
background: @verticalBackground; background: @verticalBackground;
} }
/*--- Item ---*/ /*--- Item ---*/
.ui.vertical.menu .item { .ui.vertical.menu .item {
display: block; display: block;
@ -445,6 +439,7 @@
background: none; background: none;
padding: @subMenuHorizontalPadding @subMenuVerticalPadding; padding: @subMenuHorizontalPadding @subMenuVerticalPadding;
font-size: @subMenuFontSize; font-size: @subMenuFontSize;
color: @subMenuTextColor;
} }
.ui.vertical.menu .item > .menu > .item:before { .ui.vertical.menu .item > .menu > .item:before {
display: none; display: none;

Loading…
Cancel
Save