Skip to content

Commit a5bb260

Browse files
author
Guillaume Chau
committed
fix(ui): list item hover background more subtle
1 parent 5885dd5 commit a5bb260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui/src/style/mixins.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ list-item()
66
background rgba($vue-ui-color-primary, .05)
77

88
&:hover
9-
background rgba($vue-ui-color-primary, .1)
9+
background rgba($vue-ui-color-primary, .03)
1010

1111

1212
ansi-colors($name, $color)

0 commit comments

Comments
 (0)