Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

.show-icon-labels {
.block-editor-block-toolbar {
.components-button.has-icon {
.components-button.has-icon:where(:not(.has-text)) {
width: auto;

// Hide the button icons when labels are set to display...
Expand Down
1 change: 0 additions & 1 deletion packages/block-library/src/navigation/edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ function NavigationAddPageButton( { clientId } ) {
<ToolbarButton
name="add-page"
icon={ page }
title={ __( 'Add page' ) }
onClick={ onAddPage }
>
{ __( 'Add page' ) }
Expand Down
Loading