MediaWiki:Common.css/src/extension/CookieWarning.scss

From Terraria Wiki
Jump to navigation Jump to search
/********* Extension:CookieWarning *********/

// Hide the duplicate warning banner at the bottom of the page. There is already
// a full popup which blocks the entire page and has all the information about
// cookies. This additional banner adds nothing. Additionally, it uses its own
// OOUI (button elements) styling for whatever reason, which is incompatible
// with our existing OOUI styling and results in a really ugly look in all
// themes except the "Legacy" theme.
.mw-cookiewarning-container {
	display: none;
}