Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Fix Twenty Twenty-Two Products by Category block item tile styling issues #5684

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,21 @@
}
}

.theme-twentytwentytwo {
.wc-block-grid__product-add-to-cart {
.added_to_cart {
margin-top: $gap-small;
display: block;
}
}

.wc-block-components-product-price {
ins {
text-decoration: none;
}
}
}

// Default screen-reader styles. Included as a fallback for themes that don't have support.
.screen-reader-text {
@include visually-hidden();
Expand Down