From ac57a486f961aa8bd51622d0c78fab28257fc49f Mon Sep 17 00:00:00 2001 From: Saxon Fletcher Date: Mon, 10 Jul 2023 11:06:38 +1000 Subject: [PATCH] remove sidebar group descriptions (#52453) --- .../components/sidebar-navigation-screen-patterns/index.js | 6 ------ .../sidebar-navigation-screen-patterns/style.scss | 3 --- 2 files changed, 9 deletions(-) diff --git a/packages/edit-site/src/components/sidebar-navigation-screen-patterns/index.js b/packages/edit-site/src/components/sidebar-navigation-screen-patterns/index.js index f200382f96311..d3fc15358027b 100644 --- a/packages/edit-site/src/components/sidebar-navigation-screen-patterns/index.js +++ b/packages/edit-site/src/components/sidebar-navigation-screen-patterns/index.js @@ -35,7 +35,6 @@ function TemplatePartGroup( { areas, currentArea, currentType } ) { <>
{ __( 'Template parts' ) } -

{ __( 'Synced patterns for use in template building.' ) }

{ Object.entries( areas ).map( @@ -64,11 +63,6 @@ function ThemePatternsGroup( { categories, currentCategory, currentType } ) { <>
{ __( 'Theme patterns' ) } -

- { __( - 'For insertion into documents where they can then be customized.' - ) } -

{ categories.map( ( category ) => ( diff --git a/packages/edit-site/src/components/sidebar-navigation-screen-patterns/style.scss b/packages/edit-site/src/components/sidebar-navigation-screen-patterns/style.scss index 65790b5e86216..6a6fbc009e0aa 100644 --- a/packages/edit-site/src/components/sidebar-navigation-screen-patterns/style.scss +++ b/packages/edit-site/src/components/sidebar-navigation-screen-patterns/style.scss @@ -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;