Skip to content

Commit

Permalink
block-library: add navigation-menu styles theme
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed Oct 14, 2019
1 parent 995c882 commit fa89cff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/block-library/src/navigation-menu/theme.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.wp-block-navigation-menu {
.wp-block-navigation-menu-item {
.wp-block-navigation-menu-link {
color: inherit;
}
}
}
1 change: 1 addition & 0 deletions packages/block-library/src/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
@import "./separator/theme.scss";
@import "./table/theme.scss";
@import "./video/theme.scss";
@import "./navigation-menu/theme.scss";

0 comments on commit fa89cff

Please sign in to comment.