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 authored and tellthemachines committed Jul 10, 2023
1 parent 80a84f8 commit 34b374b
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

0 comments on commit 34b374b

Please sign in to comment.