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:
@@ -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: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user