mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Remove highlight-selected from the select list
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user