Merge pull request #874 from baiyaaaaa/master

autocomplete style fix
pull/879/head
杨奕 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; font-size: 12px;
color: #b4b4b4; color: #b4b4b4;
} }
.highlighted .addr {
color: #ddd;
}
} }
} }
} }

View File

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