Skip to content

Commit

Permalink
fix: add a temporary fix for a doubled block button outline (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford authored Apr 28, 2020
1 parent 9897cb1 commit 57df314
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions newspack-theme/sass/blocks/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1199,3 +1199,9 @@
color: currentColor;
}
}

//! Temporary fix for a block button issue
// See: https://github.com/WordPress/gutenberg/issues/21747
.wp-block-button.is-style-outline:not( .wp-block-button__link ) {
border: 0;
}

0 comments on commit 57df314

Please sign in to comment.