mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-07 07:12:23 +03:00
fix highlighting bg inconsistencies
This commit is contained in:
@@ -118,7 +118,8 @@
|
||||
}
|
||||
|
||||
.v-select .highlight a,
|
||||
.v-select li:hover > a {
|
||||
.v-select li:hover > a,
|
||||
.v-select .active > a:hover {
|
||||
background: #5897fb;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user