mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/15980] fix new stylelint errors
PHPBB3-15980
This commit is contained in:
parent
02c8e8cc1a
commit
f95c323881
2 changed files with 3 additions and 3 deletions
|
@ -20,10 +20,10 @@ blockquote cite:before,
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
/* stylelint-disable order/declaration-block-properties-specified-order */
|
/* stylelint-disable order/properties-order */
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
-webkit-font-smoothing: antialiased;
|
-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 */
|
text-rendering: auto; /* optimizelegibility throws things off #1094 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
margin: 4px -10px -6px -10px;
|
margin: 4px -10px -6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-progress {
|
.file-progress {
|
||||||
|
|
Loading…
Add table
Reference in a new issue