From f19ba4576614738381fdf712d7fdda04467c3b5f Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 4 Nov 2013 10:36:31 -0500 Subject: [PATCH] Fixes issue with dropdown not receiving poiner cursor ala #309 #303 --- src/modules/dropdown.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/dropdown.less b/src/modules/dropdown.less index 817b6c593..c84e0ee3d 100755 --- a/src/modules/dropdown.less +++ b/src/modules/dropdown.less @@ -14,6 +14,7 @@ *******************************/ .ui.dropdown { + cursor: pointer; position: relative; display: inline-block; @@ -55,6 +56,7 @@ ---------------*/ .ui.dropdown .menu { + cursor: auto; position: absolute; display: none; top: 100%; @@ -110,9 +112,7 @@ ---------------*/ .ui.dropdown > .text { - cursor: pointer; display: inline-block; - -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; -o-transition: color 0.2s ease; @@ -169,6 +169,7 @@ border-top: none; } + /******************************* Coupling *******************************/