reuse overlay styles for fuzzy finder

This commit is contained in:
Justin Palmer 2013-02-02 14:02:28 -08:00
parent 960f4f2111
commit 542753275f
2 changed files with 1 additions and 12 deletions

View File

@ -12,7 +12,7 @@ class FuzzyFinderView extends SelectList
@instance = new FuzzyFinderView(rootView)
@viewClass: ->
[super, 'fuzzy-finder'].join(' ')
[super, 'fuzzy-finder', 'overlay', 'from-top'].join(' ')
allowActiveEditorChange: null
maxItems: 10

View File

@ -1,14 +1,3 @@
.fuzzy-finder ol {
overflow: hidden;
-webkit-user-select: none;
cursor: default;
}
.fuzzy-finder ol:empty {
margin-bottom: 0;
border: none;
}
.fuzzy-finder .directory {
color: #b2b2b2;
padding-left: .5em;