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 *******************************/