ex-mode/styles/ex-mode.less
Dagan McGregor 44f296999b Update ex-mode.less
Change to div to avoid conflict with vim-mode search
2015-06-23 18:12:02 +12:00

12 lines
317 B
Text

// The ui-variables file is provided by base themes provided by Atom.
//
// See https://github.com/atom/atom-dark-ui/blob/master/styles/ui-variables.less
// for a full listing of what's available.
@import "ui-variables";
.ex-mode {
}
div[is=ex-command-mode-input] atom-text-editor[mini]::before {
content: ":";
}