fix(ui): list item hover background more subtle

This commit is contained in:
Guillaume Chau
2018-06-17 01:16:30 +02:00
parent 5885dd52e2
commit a5bb260865
+1 -1
View File
@@ -6,7 +6,7 @@ list-item()
background rgba($vue-ui-color-primary, .05)
&:hover
background rgba($vue-ui-color-primary, .1)
background rgba($vue-ui-color-primary, .03)
ansi-colors($name, $color)