Skip to content

Commit

Permalink
navigation: set appender color
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed Feb 4, 2020
1 parent 1ded40d commit c6a26f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/block-library/src/navigation/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ $navigation-item-height: 46px;
background: none;
}
}

// Applies color to the appender if the background has been set.
.wp-block-navigation.has-background .block-list-appender .block-editor-button-block-appender {
color: inherit;
}
}

.wp-block-navigation__inserter-content {
Expand Down

0 comments on commit c6a26f3

Please sign in to comment.