Add notheme class to Echo

Bug: T363779
Change-Id: I80f7005b189a51cbc1d526efc64efa76c706cc5b
(cherry picked from commit b5d2cb2b22)
This commit is contained in:
bwang 2024-05-07 13:34:09 -05:00 committed by Hashar
parent 8c88843fd7
commit 02e0c60390

View file

@ -8,6 +8,6 @@
* @property {jQuery}
*/
$overlay: $( '<div>' )
.addClass( 'mw-echo-ui-overlay' )
.addClass( 'mw-echo-ui-overlay notheme' )
};
}() );