mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16405] Update code for eslint and stylelint updates
PHPBB3-16405
This commit is contained in:
@@ -1227,14 +1227,14 @@ ul.linklist:after,
|
||||
content: "";
|
||||
}
|
||||
|
||||
/* stylelint-disable declaration-property-unit-whitelist */
|
||||
/* stylelint-disable declaration-property-unit-allowed-list */
|
||||
.emoji {
|
||||
width: 1em;
|
||||
min-width: 18px;
|
||||
height: 1em;
|
||||
min-height: 18px;
|
||||
}
|
||||
/* stylelint-enable declaration-property-unit-whitelist */
|
||||
/* stylelint-enable declaration-property-unit-allowed-list */
|
||||
|
||||
.smilies {
|
||||
vertical-align: text-bottom;
|
||||
|
@@ -220,13 +220,13 @@ code { display: block; }
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* stylelint-disable declaration-property-unit-whitelist */
|
||||
/* stylelint-disable declaration-property-unit-allowed-list */
|
||||
.emoji {
|
||||
width: 1em;
|
||||
min-width: 18px;
|
||||
height: 1em;
|
||||
min-height: 18px;
|
||||
}
|
||||
/* stylelint-enable declaration-property-unit-whitelist */
|
||||
/* stylelint-enable declaration-property-unit-allowed-list */
|
||||
|
||||
/* stylelint-enable selector-max-compound-selectors */
|
||||
|
Reference in New Issue
Block a user