Skip to content

Commit 9a852d6

Browse files
author
Guillaume Chau
committed
fix(ui): ProjectNavButton bullet position in wide mode
1 parent 104aba2 commit 9a852d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/@vue/cli-ui/src/components/ProjectNavButton.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ $bg = darken($vue-ui-color-dark, 70%)
8989
height @width
9090
border-radius 50%
9191
bottom 12px
92-
right 10px
92+
left 27px
9393
pointer-events none
9494
border solid 2px $vue-ui-color-dark
9595
transition border-color .1s
@@ -106,6 +106,10 @@ $bg = darken($vue-ui-color-dark, 70%)
106106
&.type-dim
107107
background $md-grey
108108
109+
.wide &
110+
.bullet
111+
left 28px
112+
109113
&:hover
110114
.bullet
111115
border-color lighten($bg, 25%)

0 commit comments

Comments
 (0)