variant: hide selector and footer in IE11 if it is the only footer item

This commit is contained in:
Sören Weber 2022-02-23 15:42:06 +01:00
parent fc8bcbb22e
commit 71b32d13f6
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -1485,17 +1485,18 @@ h6 a {
.default-animation{ .default-animation{
transition: none; transition: none;
} }
/* turn off variant selector as it uses modern stuff */
#select-variant-container{
display: none;
}
/* clears the 'X' from Internet Explorer's search input */ /* clears the 'X' from Internet Explorer's search input */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; } input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; } input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* turn off variant selector as it uses modern stuff; don't change
order with block below */
.showVariantSwitch{
display: getamodernbrowser;
}
/* dumb IE11 doesn't understand initial, so we force a fallback here */
.showLangSwitch, .showLangSwitch,
.showVariantSwitch,
.showVisitedLinks, .showVisitedLinks,
.showFooter { .showFooter {
display: block; display: block;