Skip to content

Commit

Permalink
Fix/navigation block dark style appender (#23165)
Browse files Browse the repository at this point in the history
* renamed navigation link

* fixes the appearance of the appender on is-style-dark
  • Loading branch information
draganescu authored Jun 18, 2020
1 parent 7733aea commit f0628c7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/block-library/src/navigation/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,14 @@ $color-control-label-height: 20px;
display: flex;
flex-direction: column;
}

// Dark style appender.
.wp-block-navigation.is-style-dark {
.block-editor-button-block-appender.block-list-appender__toggle {
color: #fff;
}
.block-editor-button-block-appender.block-list-appender__toggle > svg {
color: #000;
background-color: #fff;
}
}

0 comments on commit f0628c7

Please sign in to comment.