2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

fix highlighting bg inconsistencies

This commit is contained in:
Jeff Sagal
2017-02-02 22:22:37 -08:00
parent e81582c093
commit 35e1631f35
+2 -1
View File
@@ -118,7 +118,8 @@
}
.v-select .highlight a,
.v-select li:hover > a {
.v-select li:hover > a,
.v-select .active > a:hover {
background: #5897fb;
color: #fff;
}