2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

Merge pull request #17 from calebporzio/li-css-issue

Fix CSS Conflict
This commit is contained in:
Jeff
2016-03-17 10:11:41 -07:00
+1 -1
View File
@@ -97,7 +97,7 @@
} }
.highlight a, .highlight a,
li:hover a { li:hover > a {
background: #f0f0f0; background: #f0f0f0;
color: #333; color: #333;
} }