Commit 1179ec60 authored by baiyaaaaa's avatar baiyaaaaa

autocomplete style fix

parent 9a3aa1b5
......@@ -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