Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove background-image from outline button style
  • Loading branch information
mikachan committed Oct 23, 2022
commit 62cd1975f5211fb02b1b98f0efec3a78ef21b771
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;
}