We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852daf1 commit b548fc4Copy full SHA for b548fc4
shared/tinymce/toolbar.js
@@ -49,6 +49,9 @@
49
} );
50
51
return this;
52
+ },
53
+ active: function( isActive ) {
54
+ this.$( this.getEl() ).toggleClass( 'is-active', isActive );
55
}
56
57
tinymce-single/tinymce/block.css
@@ -71,7 +71,7 @@
71
background-color: #f0f2f4;
72
73
74
-.mce-inline-toolbar-grp .mce-btn.mce-active,
+.mce-inline-toolbar-grp .mce-btn.is-active,
75
.mce-inline-toolbar-grp .mce-btn:active {
76
background-color: #e0e5e9;
77
0 commit comments