Put back the grouped rule & disable the linting rule instead

This commit is contained in:
David Baker 2019-11-08 16:10:51 +00:00
parent 4283f9ec74
commit 3070ee6d7b
2 changed files with 5 additions and 4 deletions

View file

@ -15,6 +15,7 @@ module.exports = {
"number-leading-zero": null,
"selector-list-comma-newline-after": null,
"at-rule-no-unknown": null,
"no-descending-specificity": null,
"scss/at-rule-no-unknown": [true, {
// https://github.com/vector-im/riot-web/issues/10544
"ignoreAtRules": ["define-mixin"],

View file

@ -130,6 +130,10 @@ limitations under the License.
grid-column: 1 / 3;
padding: 0;
}
.mx_EventTile_msgOption {
grid-column: 2;
}
}
.mx_EventTile_reply {
@ -274,10 +278,6 @@ div.mx_EventTile_notSent.mx_EventTile_redacted .mx_UnknownBody {
margin-right: 10px;
}
.mx_EventTile_bubbleContainer.mx_EventTile_msgOption {
grid-column: 2;
}
.mx_EventTile_msgOption a {
text-decoration: none;
}