Skip to content

Commit

Permalink
Remove background-image from outline button style (#45234)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan authored and ockham committed Oct 25, 2022
1 parent 219a727 commit 7e47eb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-library/src/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,6 @@ $blocks-block__margin: 0.5em;
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
background-color: transparent;
// background-image is required to overwrite a gradient background
background-image: none;
}

0 comments on commit 7e47eb4

Please sign in to comment.