Skip to content

Commit

Permalink
Navigation Screen: Adjust header toolbar icon styles (#34833)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Sep 15, 2021
1 parent 79be738 commit 2718bde
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/edit-navigation/src/components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
}

.edit-navigation-header__toolbar {
align-items: center;
border: none;

// The Toolbar component adds different styles to buttons, so we reset them
Expand All @@ -42,6 +43,15 @@
display: none;
}
}

> .edit-navigation-header-inserter-toggle.has-icon.has-icon.has-icon {
margin-right: $grid-unit-10;
// Special dimensions for this button.
min-width: 32px;
width: 32px;
height: 32px;
padding: 0;
}
}

.edit-navigation-menu-actions {
Expand Down

0 comments on commit 2718bde

Please sign in to comment.