Update ex-mode.less

Change to div to avoid conflict with vim-mode search
This commit is contained in:
Dagan McGregor 2015-06-23 18:12:02 +12:00
parent 928e5626fd
commit 44f296999b

View file

@ -7,6 +7,6 @@
.ex-mode { .ex-mode {
} }
.command-mode-input atom-text-editor[mini]::before { div[is=ex-command-mode-input] atom-text-editor[mini]::before {
content: ":"; content: ":";
} }