mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/15980] fix new stylelint errors
PHPBB3-15980
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user