mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-01 15:46:38 +00:00
deploy: 71b32d13f6
This commit is contained in:
parent
e60bef9eac
commit
2e39f242c2
157 changed files with 3729 additions and 3728 deletions
css
|
@ -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…
Add table
Add a link
Reference in a new issue