mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
PreviewItem displays matched text
This commit is contained in:
@@ -11,6 +11,20 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .path{
|
||||
padding-left: 1em;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .preview {
|
||||
padding-left: 1em;
|
||||
color: green;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .preview .match{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.command-panel .prompt-and-editor {
|
||||
display: -webkit-box;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user