Content deleted Content added
inserting divs |
adding dummy css so that devtools can pick it up |
||
Line 240:
if ( !title || title.startsWith( 'User:' ) ) {
this.$link.attr( 'title', descriptionForHover );
$("<div class='user-role-indicator-popup'>
}
Line 280:
background: unset !important;
` );
this.addCSS('user-role-indicator-popup', 'background-color: #333 !important;')
this.mw.util.addCSS( '.UHS-no-permissions { border: 1px solid black !important; }' );
|