Make cmd-line in ex-mode look like in vim-mode
Changed the style of .command-mode-input so that it looks like .normal-mode-input from vim-mode. This makes ex-mode more consistent with vim-mode
This commit is contained in:
parent
962e4a35ba
commit
d0cbbb5d15
1 changed files with 12 additions and 0 deletions
|
|
@ -10,3 +10,15 @@
|
||||||
div[is=ex-command-mode-input] atom-text-editor[mini]::before {
|
div[is=ex-command-mode-input] atom-text-editor[mini]::before {
|
||||||
content: ":";
|
content: ":";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.command-mode-input atom-text-editor[mini] {
|
||||||
|
background-color: inherit;
|
||||||
|
border: none;
|
||||||
|
width: 100%;
|
||||||
|
font-weight: normal;
|
||||||
|
color: @text-color;
|
||||||
|
line-height: 1.28;
|
||||||
|
cursor: default;
|
||||||
|
white-space: nowrap;
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue