diff --git a/packages/js/product-editor/src/components/custom-fields/empty-state/style.scss b/packages/js/product-editor/src/components/custom-fields/empty-state/style.scss index 55eaa78a67bb..c68f130a9c37 100644 --- a/packages/js/product-editor/src/components/custom-fields/empty-state/style.scss +++ b/packages/js/product-editor/src/components/custom-fields/empty-state/style.scss @@ -1,6 +1,5 @@ .woocommerce-product-custom-fields__empty-state { @mixin skeleton { - @include placeholder(); background-color: $gray-200; border-radius: $grid-unit-05; width: $grid-unit-30; @@ -21,7 +20,7 @@ &:first-child { border-top: none; - .wp-block-woocommerce-product-custom-fields__empty-state-name { + .woocommerce-product-custom-fields__empty-state-name { width: 140px; } } @@ -29,7 +28,7 @@ &:nth-child(2) { opacity: 0.7; - .wp-block-woocommerce-product-custom-fields__empty-state-name { + .woocommerce-product-custom-fields__empty-state-name { width: 75px; } } @@ -37,7 +36,7 @@ &:nth-child(3) { opacity: 0.5; - .wp-block-woocommerce-product-custom-fields__empty-state-name { + .woocommerce-product-custom-fields__empty-state-name { width: 114px; } }