Merge pull request #874 from baiyaaaaa/master

autocomplete style fix
This commit is contained in:
杨奕 2016-11-07 11:58:26 +08:00 committed by GitHub
commit e2c388fcf9
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;
}