2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

more tweaks to highlighted background color

This commit is contained in:
Jeff Sagal
2017-02-02 22:16:34 -08:00
parent 7e98373435
commit e81582c093
+2 -3
View File
@@ -119,8 +119,7 @@
.v-select .highlight a, .v-select .highlight a,
.v-select li:hover > a { .v-select li:hover > a {
background: #337ab7; background: #5897fb;
background: rgba(51, 122, 183, .75);
color: #fff; color: #fff;
} }
@@ -405,7 +404,7 @@
default: false default: false
} }
}, },
data() { data() {
return { return {
search: '', search: '',