User:ಮಲ್ನಾಡಾಚ್ ಕೊಂಕ್ಣೊ/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Disable dab notice */
.mw-disambiguator-notification {
	display: none;
}

/* Hide thank button everywhere. Ignore span errors, they are harmless */
a.mw-thanks-thank-link { /* Hide thank button in watchlist, contribs, RC, history. Overqualify for hiding in mobile as well */
    display:none;
}
span:has(.mw-thanks-thank-link)::before, span:has(.mw-thanks-thank-link)::after { /* Hide open bracket, slash before and after hidden thank button */
	content: normal !important;
}
.mw-diff-tool { /* Remove empty brackets around hidden thank button in diff window */
    display:none;
}
.mw-ui-button.mw-ui-progressive.mw-mf-action-button { /* Hide thank button in mobile diff */
    display:none;
}