diff --git a/packages/edit-site/src/components/sidebar-navigation-item/style.scss b/packages/edit-site/src/components/sidebar-navigation-item/style.scss index 3de1b6e5f9633b..04c11aa57f5a1f 100644 --- a/packages/edit-site/src/components/sidebar-navigation-item/style.scss +++ b/packages/edit-site/src/components/sidebar-navigation-item/style.scss @@ -1,13 +1,12 @@ .edit-site-sidebar-navigation-item.components-item { color: $gray-600; - border-width: $border-width-tab; + margin: 0 $grid-unit-05; &:hover, &:focus, &[aria-current] { color: $white; background: $gray-800; - border-width: $border-width-tab; } &[aria-current] { @@ -17,6 +16,5 @@ .edit-site-sidebar-navigation-screen__content .block-editor-list-view-block-select-button { cursor: grab; - width: calc(100% - #{ $border-width-focus }); padding: $grid-unit-10; } diff --git a/packages/edit-site/src/components/site-hub/index.js b/packages/edit-site/src/components/site-hub/index.js index dc7ef20bd51c0e..6fd7f90fc4ef56 100644 --- a/packages/edit-site/src/components/site-hub/index.js +++ b/packages/edit-site/src/components/site-hub/index.js @@ -95,7 +95,11 @@ const SiteHub = forwardRef( ( props, ref ) => { - { showLabels &&