autocomplete style fix

This commit is contained in:
baiyaaaaa 2016-11-07 11:47:30 +08:00
parent 9a3aa1b580
commit 1179ec602e
2 changed files with 7 additions and 1 deletions

View File

@ -188,6 +188,10 @@
font-size: 12px;
color: #b4b4b4;
}
.highlighted .addr {
color: #ddd;
}
}
}
}

View File

@ -34,8 +34,10 @@
overflow: hidden;
text-overflow: ellipsis;
&.highlighted,
&:hover {
background-color: var(--select-option-hover-background);
}
&.highlighted {
background-color: var(--color-primary);
color: #fff;
}