completion hightlight
This commit is contained in:
parent
ee9359c138
commit
caf24779dd
2 changed files with 23 additions and 9 deletions
|
@ -43,6 +43,10 @@ body {
|
|||
background-repeat: no-repeat;
|
||||
white-space: nowrap;
|
||||
|
||||
&.vimvixen-completion-selected {
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
&-caption {
|
||||
display: inline-block;
|
||||
width: 40%;
|
||||
|
@ -53,7 +57,6 @@ body {
|
|||
color: green;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&-error {
|
||||
|
|
Reference in a new issue