2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

Fix "li:hover a" css conflict"

This commit is contained in:
Caleb Porzio
2016-03-17 11:12:37 -04:00
parent e436acc2de
commit 065f568b57
+1 -1
View File
@@ -97,7 +97,7 @@
}
.highlight a,
li:hover a {
li:hover > a {
background: #f0f0f0;
color: #333;
}