Skip to content

Commit

Permalink
Navigation: Overlay: Fix link inheriance (#42929)
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Aug 4, 2022
1 parent 22fec1a commit 220e40b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-library/src/navigation/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,10 @@ button.wp-block-navigation-item__content {
right: 0;
bottom: 0;

.wp-block-navigation-link a {
color: inherit;
}

.wp-block-navigation__responsive-container-content {
display: flex;
flex-wrap: var(--navigation-layout-wrap, wrap);
Expand Down

0 comments on commit 220e40b

Please sign in to comment.