We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855cbea commit 5b5d754Copy full SHA for 5b5d754
packages/@vue/cli-ui/src/components/ListItemInfo.vue
@@ -70,6 +70,9 @@ export default {
70
.description
71
color $color-text-light
72
73
+ >>> :first-child
74
+ margin-right 4px
75
+
76
>>> .vue-ui-icon
77
svg
78
fill @color
packages/@vue/cli-ui/src/components/ProjectNav.vue
@@ -156,7 +156,6 @@ export default {
156
> .default-slot
157
flex auto 1 1
158
width 0
159
- margin-left 6px
160
ellipsis()
161
padding 4px 0
162
</style>
packages/@vue/cli-ui/src/components/ProjectNavButton.vue
@@ -11,7 +11,7 @@
11
<VueGroupButton
12
class="flat big"
13
:class="{
14
- 'icon-button': $responsive.wide
+ 'icon-button': !$responsive.wide
15
}"
16
:value="view.name"
17
:icon-left="!imageIcon && view.icon"
0 commit comments