[ticket/15980] fix new stylelint errors

PHPBB3-15980
This commit is contained in:
hanakin 2019-03-05 06:24:46 -10:00
parent 02c8e8cc1a
commit f95c323881
2 changed files with 3 additions and 3 deletions

View file

@ -20,10 +20,10 @@ blockquote cite:before,
font-variant: normal;
line-height: 1;
display: inline-block;
/* stylelint-disable order/declaration-block-properties-specified-order */
/* stylelint-disable order/properties-order */
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
/* stylelint-enable order/declaration-block-properties-specified-order */
/* stylelint-enable order/properties-order */
text-rendering: auto; /* optimizelegibility throws things off #1094 */
}

View file

@ -49,7 +49,7 @@
position: relative;
display: block;
height: 2px;
margin: 4px -10px -6px -10px;
margin: 4px -10px -6px;
}
.file-progress {