mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-08 16:19:17 +03:00
reuse overlay styles for fuzzy finder
This commit is contained in:
parent
960f4f2111
commit
542753275f
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user