Skip to content

Commit 621f273

Browse files
committed
fix(styles): resolve css validation errors
fixes #15320
1 parent 817df79 commit 621f273

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/vuetify/src/components/VBtn/VBtn.sass

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
display: flex
163163
flex: 1 0 auto
164164
min-width: 100% !important
165-
max-width: auto
165+
max-width: none
166166

167167
.v-btn--is-elevated
168168
+elevation(2)

packages/vuetify/src/components/VChip/VChip.sass

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150

151151
.v-chip--pill
152152
.v-chip__filter
153-
margin-right: $chip-pill-filter-margin
153+
margin: $chip-pill-filter-margin
154154

155155
.v-avatar
156156
height: $chip-pill-avatar-size !important

packages/vuetify/src/components/VExpansionPanel/VExpansionPanel.sass

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
&.v-expansion-panels--hover
2525
> .v-expansion-panel
2626
> .v-expansion-panel-header
27-
&:hover
28-
+states($material)
27+
&:hover::before
28+
opacity: map-deep-get($material, 'states', 'hover')
2929

3030
// Block
3131
.v-expansion-panels

packages/vuetify/src/components/VSkeletonLoader/VSkeletonLoader.sass

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
~ .v-skeleton-loader__card-heading
210210
border-radius: 0
211211

212-
&::first-child, &::last-child
212+
&:first-child, &:last-child
213213
border-radius: inherit
214214

215215
&__list-item

0 commit comments

Comments
 (0)