Content deleted Content added
more icons |
better placement - right hand side |
||
Line 239:
if ( !title || title.startsWith( 'User:' ) ) {
this.$link.attr( 'title', descriptionForHover );
this.$link.
}
Line 248:
// highlight anybody with "WMF" in their name, case insensitive. this should not generate false positives because "WMF" is on the username blacklist. see https://meta.wikimedia.org/wiki/Title_blacklist
if ( this.user.match( /^[^/]*WMF/i ) ) {
this.addHoverIcon( '
}
Line 277:
this.addCSS('user-role-indicator-container', 'position: relative !important; display: inline;')
this.addCSS('user-role-indicator-inner', 'position: absolute;
// this.mw.util.addCSS( '.UHS-no-permissions { border: 1px solid black !important; }' );
|