Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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