mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Merge "ce: Don't set backgroundColor transparent for every node in debug mode"
This commit is contained in:
commit
4bdc621e62
|
@ -183,7 +183,7 @@ ve.ce.ContentBranchNode.prototype.renderContents = function () {
|
|||
if ( ve.debug ) {
|
||||
this.$.css( 'backgroundColor', '#F6F6F6' );
|
||||
setTimeout( ve.bind( function () {
|
||||
this.$.css( 'backgroundColor', 'transparent' );
|
||||
this.$.css( 'backgroundColor', '' );
|
||||
}, this ), 350 );
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue