Browse Source

Fix cursor on search dropdown

pull/4244/head
Jack Lukic 8 years ago
parent
commit
6962b7b859
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/dropdown.less

2
src/definitions/modules/dropdown.less

@ -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%;

Loading…
Cancel
Save