mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 10:50:24 +00:00
variant: hide selector and footer in IE11 if it is the only footer item
This commit is contained in:
parent
fc8bcbb22e
commit
71b32d13f6
1 changed files with 7 additions and 6 deletions
|
@ -1485,17 +1485,18 @@ h6 a {
|
|||
.default-animation{
|
||||
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 */
|
||||
input[type=search]::-ms-clear { 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,
|
||||
.showVariantSwitch,
|
||||
.showVisitedLinks,
|
||||
.showFooter {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue