Skip to content

Commit 35e1631

Browse files
committed
fix highlighting bg inconsistencies
1 parent e81582c commit 35e1631

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Select.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@
118118
}
119119
120120
.v-select .highlight a,
121-
.v-select li:hover > a {
121+
.v-select li:hover > a,
122+
.v-select .active > a:hover {
122123
background: #5897fb;
123124
color: #fff;
124125
}

0 commit comments

Comments
 (0)