-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename header and sidebar components in edit-site #44974
Conversation
@@ -144,32 +134,14 @@ body.is-navigation-sidebar-open { | |||
} | |||
} | |||
|
|||
.edit-site-header__actions-more-menu { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was dead code
Size Change: +28 B (0%) Total Size: 1.27 MB
ℹ️ View Unchanged
|
@@ -32,7 +32,6 @@ $z-layers: ( | |||
".edit-post-layout__footer": 30, | |||
".interface-interface-skeleton__header": 30, | |||
".interface-interface-skeleton__content": 20, | |||
".edit-site-header": 62, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems these z-index layers were not being used even before this PR. It would be nice to have something that detects this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Extracted from #44770
What?
The header and sidebar components will correspond to headers and sidebars for the editor mode only. This PR renames the folders to ensure that the diff in #44770 becomes clearer. The current PR doesn't do anything aside renaming components and classnames.