Skip to content

Commit

Permalink
remove sidebar group descriptions (#52453)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaxonF committed Jul 10, 2023
1 parent 0daf67e commit ac57a48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ function TemplatePartGroup( { areas, currentArea, currentType } ) {
<>
<div className="edit-site-sidebar-navigation-screen-patterns__group-header">
<Heading level={ 2 }>{ __( 'Template parts' ) }</Heading>
<p>{ __( 'Synced patterns for use in template building.' ) }</p>
</div>
<ItemGroup className="edit-site-sidebar-navigation-screen-patterns__group">
{ Object.entries( areas ).map(
Expand Down Expand Up @@ -64,11 +63,6 @@ function ThemePatternsGroup( { categories, currentCategory, currentType } ) {
<>
<div className="edit-site-sidebar-navigation-screen-patterns__group-header">
<Heading level={ 2 }>{ __( 'Theme patterns' ) }</Heading>
<p>
{ __(
'For insertion into documents where they can then be customized.'
) }
</p>
</div>
<ItemGroup className="edit-site-sidebar-navigation-screen-patterns__group">
{ categories.map( ( category ) => (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
.edit-site-sidebar-navigation-screen-patterns__group {
margin-bottom: $grid-unit-40;
padding-bottom: $grid-unit-30;
border-bottom: 1px solid $gray-800;

&:last-of-type,
&:first-of-type {
border-bottom: 0;
Expand Down

1 comment on commit ac57a48

@github-actions
Copy link

Choose a reason for hiding this comment

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

Flaky tests detected in ac57a48.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5502932917
📝 Reported issues:

Please sign in to comment.