Browse Source

Fix active hover color

pull/2092/head
jlukic 9 years ago
parent
commit
ab8d5812ab
1 changed files with 12 additions and 11 deletions
  1. 23
      src/definitions/modules/dropdown.less

23
src/definitions/modules/dropdown.less

@ -694,17 +694,6 @@ select.ui.dropdown {
*******************************/
/*--------------------
Hover
----------------------*/
/* Menu Item Hover */
.ui.dropdown .menu > .item:hover {
background: @hoveredItemBackground;
color: @hoveredItemColor;
z-index: @hoveredZIndex;
}
/*--------------------
Active
----------------------*/
@ -718,6 +707,18 @@ select.ui.dropdown {
z-index: @activeItemZIndex;
}
/*--------------------
Hover
----------------------*/
/* Menu Item Hover */
.ui.dropdown .menu > .item:hover {
background: @hoveredItemBackground;
color: @hoveredItemColor;
z-index: @hoveredZIndex;
}
/*--------------------
Default Text

Loading…
Cancel
Save