Remove highlight-selected from the select list

This commit is contained in:
Ben Ogle 2013-08-27 17:44:01 -07:00
parent df5b3f01af
commit 7a0f484aa0

View File

@ -16,7 +16,7 @@ class SelectList extends View
@div class: 'loading', outlet: 'loadingArea', =>
@span class: 'loading-message', outlet: 'loading'
@span class: 'badge', outlet: 'loadingBadge'
@ol class: 'list-group highlight-selected', outlet: 'list'
@ol class: 'list-group', outlet: 'list'
# Private:
@viewClass: -> 'select-list'