diff --git a/packages/edit-site/src/components/sidebar-navigation-screen-template/style.scss b/packages/edit-site/src/components/sidebar-navigation-screen-template/style.scss index cc034775dae2ce..8b1cf5bbf456ca 100644 --- a/packages/edit-site/src/components/sidebar-navigation-screen-template/style.scss +++ b/packages/edit-site/src/components/sidebar-navigation-screen-template/style.scss @@ -30,8 +30,12 @@ align-items: center; width: 100%; flex-wrap: nowrap; - background: $gray-800; border-radius: 4px; + &:hover, + &:focus { + background: $gray-800; + color: $white; + } } .edit-site-sidebar-navigation-screen-template__template-area-label-text {