Skip to content

Commit

Permalink
Fix/233 revert header footer link fixes (#234)
Browse files Browse the repository at this point in the history
* Revert "Add rule to inherit the global header link color from the navigation container (#214)"

This reverts commit da08f79.

* Revert "Add rule to inherit the global footer link color from the navigation container (#215)"

This reverts commit 57d2efc.
  • Loading branch information
adamwoodnz authored Aug 1, 2022
1 parent 7dd516c commit 8a41ac7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,4 @@
font-size: var(--wp--preset--font-size--small);
}
}

& .wp-block-navigation-item .wp-block-navigation-item__content {
color: inherit;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
padding-top: calc(var(--wp--style--block-gap) / 2);
padding-bottom: calc(var(--wp--style--block-gap) / 2);
padding-right: var(--wp--style--block-gap);
color: inherit;

&:hover,
&:focus-within {
Expand Down

0 comments on commit 8a41ac7

Please sign in to comment.