From 7a0f484aa09f3c8d630da79cae6ff629942b31c0 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 27 Aug 2013 17:44:01 -0700 Subject: [PATCH] Remove highlight-selected from the select list --- src/select-list.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/select-list.coffee b/src/select-list.coffee index 78fc7db0d..074953a5d 100644 --- a/src/select-list.coffee +++ b/src/select-list.coffee @@ -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'