diff --git a/modules/ve/ce/ve.ce.ContentBranchNode.js b/modules/ve/ce/ve.ce.ContentBranchNode.js index 20f6ec7b75..06d864cc07 100644 --- a/modules/ve/ce/ve.ce.ContentBranchNode.js +++ b/modules/ve/ce/ve.ce.ContentBranchNode.js @@ -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 ); } };