tweak directory look in dark theme, add back the dash

This commit is contained in:
Justin Palmer
2013-02-04 11:23:07 -08:00
parent 8474caa8d8
commit 4845135375
3 changed files with 6 additions and 2 deletions

View File

@@ -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