Skip to content

Commit

Permalink
Fix visibility issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jan 26, 2022
1 parent e1fbcd7 commit 8125064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-library/src/navigation/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,9 @@ $color-control-label-height: 20px;
align-items: center;
min-height: $button-size + $grid-unit-05 + $grid-unit-05;
padding: $grid-unit-05 $grid-unit-10 $grid-unit-05 $grid-unit-15;
min-width: $grid-unit-10 * 12;

.is-selected & {
.wp-block-navigation.is-selected & {
display: none;
}

Expand Down

0 comments on commit 8125064

Please sign in to comment.