mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -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
|
||||
|
||||
@@ -23,4 +23,4 @@ html, body,
|
||||
|
||||
.wrap-guide {
|
||||
background: rgba(150, 150, 150, 0.1);
|
||||
}
|
||||
}
|
||||
@@ -25,4 +25,8 @@
|
||||
|
||||
.select-list ol .selected {
|
||||
background-image: -webkit-linear-gradient(#7e7e7e, #737373);
|
||||
}
|
||||
|
||||
.select-list .directory {
|
||||
color: #777;
|
||||
}
|
||||
Reference in New Issue
Block a user