MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 261: Line 261:
}
}


/* Disable click on the header logo */
/* Kill clicks on the site logo across common skins */
#p-logo a,
#p-logo a *,
 
.mw-logo a,
.mw-logo a,
.mw-wiki-logo {
.mw-logo a *,
    pointer-events: none;
 
    cursor: default;
.branding-box a,
.branding-box a * {
  pointer-events: none !important;
  cursor: default !important;
}
 
/* Optional: remove focus outline if it still "focuses" */
#p-logo a:focus,
.mw-logo a:focus,
.branding-box a:focus {
  outline: none !important;
}
}