Skip to content
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
fix: remove unnecessary styles
  • Loading branch information
yogeshbhutkar committed Jul 28, 2025
commit 7186e25cfdf895096f0b0d9d06a21e5cae505533
6 changes: 0 additions & 6 deletions packages/block-library/src/page-list/editor.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
.wp-block-navigation {
// Block wrapper gets the classes in the editor, and there's an extra div wrapper for now, so background styles need to be inherited.
.wp-block-page-list > div,
.wp-block-page-list {
background-color: inherit;
Comment on lines -4 to -5
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The .wp-block-page-list rule was also removed as it appeared redundant, as it's also defined within the corresponding style.scss file.

See:

}

// space-between justification.
&.items-justified-space-between {
.wp-block-page-list > div,
Expand Down
Loading