Skip to content

Commit

Permalink
fix(ui): ProjectNavButton bullet position in wide mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 28, 2018
1 parent 104aba2 commit 9a852d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/@vue/cli-ui/src/components/ProjectNavButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $bg = darken($vue-ui-color-dark, 70%)
height @width
border-radius 50%
bottom 12px
right 10px
left 27px
pointer-events none
border solid 2px $vue-ui-color-dark
transition border-color .1s
Expand All @@ -106,6 +106,10 @@ $bg = darken($vue-ui-color-dark, 70%)
&.type-dim
background $md-grey
.wide &
.bullet
left 28px
&:hover
.bullet
border-color lighten($bg, 25%)
Expand Down

0 comments on commit 9a852d6

Please sign in to comment.