Skip to content

Commit

Permalink
fix(ui): list item hover background more subtle
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 16, 2018
1 parent 5885dd5 commit a5bb260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/src/style/mixins.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a5bb260

Please sign in to comment.