mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-01 05:54:03 +03:00
more tweaks to highlighted background color
This commit is contained in:
@@ -119,8 +119,7 @@
|
||||
|
||||
.v-select .highlight a,
|
||||
.v-select li:hover > a {
|
||||
background: #337ab7;
|
||||
background: rgba(51, 122, 183, .75);
|
||||
background: #5897fb;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -405,7 +404,7 @@
|
||||
default: false
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
data() {
|
||||
return {
|
||||
search: '',
|
||||
|
||||
Reference in New Issue
Block a user