We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e98373 commit e81582cCopy full SHA for e81582c
src/components/Select.vue
@@ -119,8 +119,7 @@
119
120
.v-select .highlight a,
121
.v-select li:hover > a {
122
- background: #337ab7;
123
- background: rgba(51, 122, 183, .75);
+ background: #5897fb;
124
color: #fff;
125
}
126
@@ -405,7 +404,7 @@
405
404
default: false
406
407
},
408
-
+
409
data() {
410
return {
411
search: '',
0 commit comments