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

Commit

Permalink
Remove additional styles from editor stylesheet.
Browse files Browse the repository at this point in the history
These styles are meant to apply to both the frontend and the editor. The
ruleset was originally added to the editor stylesheet to add an
additional layer of specificity but it was decided that this is
unnecessary.
  • Loading branch information
danielwrobert committed Sep 9, 2022
1 parent d06c81f commit fd7b463
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions assets/js/blocks/featured-items/featured-category/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@
@extend %with-media-controls;
@extend %with-resizable-box;
}

.editor-styles-wrapper .wp-block-woocommerce-featured-category {
@extend %wp-block-featured-item;
}
4 changes: 0 additions & 4 deletions assets/js/blocks/featured-items/featured-product/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@
margin-bottom: 16px;
}
}

.editor-styles-wrapper .wp-block-woocommerce-featured-product {
@extend %wp-block-featured-item;
}

0 comments on commit fd7b463

Please sign in to comment.