From ab8d5812ab448a4fa15114c1098d0d4e80520279 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 8 Apr 2015 16:05:52 -0400 Subject: [PATCH] Fix active hover color --- src/definitions/modules/dropdown.less | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/definitions/modules/dropdown.less b/src/definitions/modules/dropdown.less index e47f3843a..58da2990f 100755 --- a/src/definitions/modules/dropdown.less +++ b/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