Skip to content

Commit

Permalink
Custom Link Color: Do not apply to buttons (#29557)
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian authored Mar 4, 2021
1 parent ad48738 commit 97f7086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// Gradients
@include gradient-colors();

.has-link-color a {
.has-link-color a:not(.wp-block-button__link) {
color: var(--wp--style--color--link, #00e);
}
}
Expand Down

0 comments on commit 97f7086

Please sign in to comment.