Skip to content

Commit

Permalink
ignores classic editor buttons in scss
Browse files Browse the repository at this point in the history
  • Loading branch information
bacoords committed Apr 17, 2023
1 parent 43c0588 commit f72b7c7
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 f72b7c7

Please sign in to comment.