Commit 1e8cfe3b0ec for woocommerce
commit 1e8cfe3b0ec700ea1861b98eaf5242b9e9488ea1
Author: Karol Manijak <20098064+kmanijak@users.noreply.github.com>
Date: Tue Aug 11 15:34:50 2026 +0200
Remove orphaned Reviews by Product editor stylesheet (#67612)
* Remove orphaned Reviews by Product editor stylesheet
* Add changelog entry for orphaned Reviews stylesheet removal
diff --git a/plugins/woocommerce/changelog/remove-orphaned-reviews-stylesheet b/plugins/woocommerce/changelog/remove-orphaned-reviews-stylesheet
new file mode 100644
index 00000000000..638a640d655
--- /dev/null
+++ b/plugins/woocommerce/changelog/remove-orphaned-reviews-stylesheet
@@ -0,0 +1,4 @@
+Significance: patch
+Type: dev
+
+Remove an unused Reviews by Product editor stylesheet.
diff --git a/plugins/woocommerce/client/blocks/assets/js/blocks/reviews/reviews-by-product/editor.scss b/plugins/woocommerce/client/blocks/assets/js/blocks/reviews/reviews-by-product/editor.scss
deleted file mode 100644
index e1051de1a62..00000000000
--- a/plugins/woocommerce/client/blocks/assets/js/blocks/reviews/reviews-by-product/editor.scss
+++ /dev/null
@@ -1,9 +0,0 @@
-.components-base-control {
- + .wc-block-reviews-by-product__notice {
- margin: -$gap 0 $gap;
- }
-
- &:nth-last-child(2) + .wc-block-reviews-by-product__notice {
- margin: -$gap 0 $gap-small;
- }
-}