Skip to content

Commit

Permalink
Merge pull request #166 from withtangent/fix/button-styles-classix
Browse files Browse the repository at this point in the history
ignores classic editor buttons in scss
  • Loading branch information
bacoords authored Apr 17, 2023
2 parents a0c8e41 + f72b7c7 commit 3d93044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/base/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ input[type="radio"] {
input[type="submit"],
input[type="reset"],
input[type="button"],
button:not(.components-button):not(.link-button) {
button:not(.components-button):not(.link-button):not[id="^mceu"] {
background-color: utils.ref("custom.button.color.background");
border-radius: utils.ref("custom.button.border.radius");
border-color: utils.ref("custom.button.border.color");
Expand Down

0 comments on commit 3d93044

Please sign in to comment.