completion hightlight

This commit is contained in:
Shin'ya Ueoka 2017-09-05 14:37:58 +09:00
parent ee9359c138
commit caf24779dd
2 changed files with 23 additions and 9 deletions

View file

@ -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 {