Skip to content

Commit

Permalink
Button: Try removing hardcoded white. (#43553)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Aug 24, 2022
1 parent ca6f327 commit a55f880
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/block-library/src/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ $blocks-block__margin: 0.5em;
word-break: break-word; // overflow-wrap doesn't work well if a link is wrapped in the div, so use word-break here.
box-sizing: border-box;

&:hover,
&:focus,
&:active,
&:visited {
color: $white;
}

&.aligncenter {
text-align: center;
}
Expand Down

0 comments on commit a55f880

Please sign in to comment.