Skip to content

Commit

Permalink
Style: Remove usage of .components-item-group CSS selector in sidebar…
Browse files Browse the repository at this point in the history
…-navigation
  • Loading branch information
im3dabasia committed Nov 28, 2024
1 parent b54d1fe commit ce7db31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { store as editSiteStore } from '../../store';

export function MainSidebarNavigationContent() {
return (
<ItemGroup>
<ItemGroup className="edit-site-sidebar-navigation-screen__item-group">
<SidebarNavigationItem
uid="navigation-navigation-item"
to="/navigation"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.edit-site-sidebar-navigation-screen__content {
padding: 0 $grid-unit-20;

.components-item-group {
.edit-site-sidebar-navigation-screen__item-group {
margin-left: -$grid-unit-20;
margin-right: -$grid-unit-20;
}
Expand Down

0 comments on commit ce7db31

Please sign in to comment.