Source code
Revision control
Copy as Markdown
Other Tools
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
/**
* allstate.com - Browser alert shown for Firefox
*
* allstate.com is showing a "For the best experience .. use Chrome,
* Safari, or .. Edge" message in Firefox. This hides that message.
*/
#warningMessagePanel {
.flag:has([aria-label="Browser alert"]),
&:has(.flag:only-of-type [aria-label="Browser alert"]) {
display: none;
}
}