mirror of
https://github.com/atom/atom.git
synced 2026-02-04 11:45:16 -05:00
tweak directory look in dark theme, add back the dash
This commit is contained in:
@@ -49,7 +49,7 @@ class FuzzyFinderView extends SelectList
|
||||
typeClass = 'text-name'
|
||||
@span fs.base(path), class: "file label #{typeClass}"
|
||||
if folder = fs.directory(path)
|
||||
@span "#{folder}/", class: 'directory'
|
||||
@span " - #{folder}/", class: 'directory'
|
||||
|
||||
openPath: (path) ->
|
||||
@rootView.open(path, {@allowActiveEditorChange}) if path
|
||||
|
||||
Reference in New Issue
Block a user