fix codefactor issues

This commit is contained in:
Thefeli73 2020-01-16 02:40:29 +01:00
parent 1676aba979
commit 85b04a8fe8
2 changed files with 6 additions and 12 deletions

View File

@ -11,11 +11,6 @@
width: device-width; width: device-width;
} }
// MSIE: Prevents scrollbar from overlapping content.
body {
-ms-overflow-style: scrollbar;
}
// Ensures page width is always >=320px. // Ensures page width is always >=320px.
@include breakpoint('<=xsmall') { @include breakpoint('<=xsmall') {
html, body { html, body {
@ -34,6 +29,8 @@
} }
body { body {
// MSIE: Prevents scrollbar from overlapping content.
-ms-overflow-style: scrollbar;
// Stops initial animations until page loads. // Stops initial animations until page loads.
&.is-preload { &.is-preload {
*, *:before, *:after { *, *:before, *:after {

View File

@ -21,8 +21,8 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
font-size: 100%;
font: inherit; font: inherit;
font-size: 100%;
vertical-align: baseline; vertical-align: baseline;
} }
@ -33,6 +33,7 @@
body { body {
line-height: 1; line-height: 1;
-webkit-text-size-adjust: none;
} }
ol, ul { ol, ul {
@ -54,10 +55,6 @@
border-spacing: 0; border-spacing: 0;
} }
body {
-webkit-text-size-adjust: none;
}
mark { mark {
background-color: transparent; background-color: transparent;
color: inherit; color: inherit;