Skip to content

Commit

Permalink
Fix cursor on search dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 7, 2016
1 parent 1142a46 commit 6962b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/modules/dropdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ select.ui.dropdown {
background: none transparent !important;
border: none !important;
box-shadow: none !important;
cursor: pointer;
cursor: text;
top: 0em;
left: 0em;
width: 100%;
Expand Down

0 comments on commit 6962b7b

Please sign in to comment.