Commit e2c388fc authored by 杨奕's avatar 杨奕 Committed by GitHub

Merge pull request #874 from baiyaaaaa/master

autocomplete style fix
parents 971150c2 1179ec60
......@@ -188,6 +188,10 @@
font-size: 12px;
color: #b4b4b4;
}
.highlighted .addr {
color: #ddd;
}
}
}
}
......
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment