mirror of
https://github.com/atom/atom.git
synced 2026-02-07 21:25:05 -05:00
TreeView entry selection background is green when TreeView is focused
This commit is contained in:
@@ -9,7 +9,7 @@ class TreeView extends View
|
||||
rootView.prepend(new TreeView(rootView))
|
||||
|
||||
@content: (rootView) ->
|
||||
@div class: 'tree-view', =>
|
||||
@div class: 'tree-view', tabindex: -1, =>
|
||||
@subview 'root', new DirectoryView(directory: rootView.project.getRootDirectory(), isExpanded: true)
|
||||
|
||||
initialize: (@rootView) ->
|
||||
|
||||
Reference in New Issue
Block a user