Skip to content

Commit e81582c

Browse files
committed
more tweaks to highlighted background color
1 parent 7e98373 commit e81582c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/Select.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@
119119
120120
.v-select .highlight a,
121121
.v-select li:hover > a {
122-
background: #337ab7;
123-
background: rgba(51, 122, 183, .75);
122+
background: #5897fb;
124123
color: #fff;
125124
}
126125
@@ -405,7 +404,7 @@
405404
default: false
406405
}
407406
},
408-
407+
409408
data() {
410409
return {
411410
search: '',

0 commit comments

Comments
 (0)