Skip to content

Commit

Permalink
Fixed thing I broke
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleralsbury committed Aug 13, 2024
1 parent b4cece9 commit 91c7170
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -3007,7 +3007,7 @@ details-disclosure > details {
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-.svg-wrapper {
.global-media-settings .placeholder-svg {
border-radius: calc(var(--media-radius) - var(--media-border-width));
}

Expand All @@ -3016,7 +3016,7 @@ details-disclosure > details {
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-.svg-wrapper {
.global-media-settings--full-width .placeholder-svg {
border-radius: 0;
border-left: none;
border-right: none;
Expand Down
2 changes: 1 addition & 1 deletion assets/component-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
display: none;
}

.card--standard:not(.card--horizontal) .placeholder-.svg-wrapper {
.card--standard:not(.card--horizontal) .placeholder-svg {
width: 100%;
}

Expand Down
4 changes: 2 additions & 2 deletions assets/component-image-with-text.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
.image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media-item:after,
.image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__media,
.image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media img,
.image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media .placeholder-.svg-wrapper {
.image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media .placeholder-svg {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
Expand Down Expand Up @@ -290,7 +290,7 @@
.image-with-text.collapse-corners:not(.image-with-text--overlap)
.image-with-text__grid--reverse
.image-with-text__media
.placeholder-.svg-wrapper {
.placeholder-svg {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/section-featured-blog.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.blog-placeholder-.svg-wrapper {
.blog-placeholder-svg {
height: 100%;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/section-featured-product.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
padding-left: 0;
}

.featured-product .placeholder-.svg-wrapper {
.featured-product .placeholder-svg {
display: block;
height: auto;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion assets/section-footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
margin-right: -1.3rem;
}

.footer-block__details-content .placeholder-.svg-wrapper {
.footer-block__details-content .placeholder-svg {
max-width: 20rem;
}

Expand Down

0 comments on commit 91c7170

Please sign in to comment.