Skip to content

Commit

Permalink
Add missing code after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieur-z committed Jan 29, 2025
1 parent d8e29f2 commit 96f6304
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/plugins/jetpack/extensions/blocks/button/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
max-width: 100%;
width: fit-content;
margin: 0;

&.is-style-outline > .wp-block-button__link {
background-color: transparent;
border: solid 1px currentColor;
color: currentColor;
}
}

// Support align feature for older themes
Expand Down

0 comments on commit 96f6304

Please sign in to comment.