Skip to content

Commit

Permalink
fix(styles): resolve css validation errors
Browse files Browse the repository at this point in the history
fixes #15320
  • Loading branch information
KaelWD committed Jun 29, 2022
1 parent 817df79 commit 621f273
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VBtn/VBtn.sass
Expand Up @@ -162,7 +162,7 @@
display: flex
flex: 1 0 auto
min-width: 100% !important
max-width: auto
max-width: none

.v-btn--is-elevated
+elevation(2)
Expand Down
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VChip/VChip.sass
Expand Up @@ -150,7 +150,7 @@

.v-chip--pill
.v-chip__filter
margin-right: $chip-pill-filter-margin
margin: $chip-pill-filter-margin

.v-avatar
height: $chip-pill-avatar-size !important
Expand Down
Expand Up @@ -24,8 +24,8 @@
&.v-expansion-panels--hover
> .v-expansion-panel
> .v-expansion-panel-header
&:hover
+states($material)
&:hover::before
opacity: map-deep-get($material, 'states', 'hover')

// Block
.v-expansion-panels
Expand Down
Expand Up @@ -209,7 +209,7 @@
~ .v-skeleton-loader__card-heading
border-radius: 0

&::first-child, &::last-child
&:first-child, &:last-child
border-radius: inherit

&__list-item
Expand Down

0 comments on commit 621f273

Please sign in to comment.