Browse Source

Fixes #1023 issue with text icons in dropdown

pull/1129/head
jlukic 10 years ago
parent
commit
af3002b046
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/dropdown.js

2
src/definitions/modules/dropdown.js

@ -1258,7 +1258,7 @@ $.fn.dropdown.settings = {
selector : {
menu : '.menu',
item : '.menu > .item',
text : '> .text',
text : '> .text:not(.icon)',
input : '> input[type="hidden"], > select',
search : '> .search'
},

Loading…
Cancel
Save