Update ex-mode.less
Display ':' at start of the command input
This commit is contained in:
parent
bf0f492740
commit
928e5626fd
1 changed files with 4 additions and 0 deletions
|
|
@ -6,3 +6,7 @@
|
|||
|
||||
.ex-mode {
|
||||
}
|
||||
|
||||
.command-mode-input atom-text-editor[mini]::before {
|
||||
content: ":";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue