Remove lint comments about no-descending-specificity

We have disabled the `no-descending-specificity` stylelint rule, so we no longer
need these block comments.
This commit is contained in:
J. Ryan Stinnett 2019-11-08 16:35:40 +00:00
parent 43c6298bea
commit 2a5dc9bfac
4 changed files with 4 additions and 18 deletions

View file

@ -561,9 +561,6 @@ div.mx_EventTile_notSent.mx_EventTile_redacted .mx_UnknownBody {
/* end of overrides */
/* Ordering this block by specificity would require breaking it up into several
chunks, which seems like it would be more confusing to read. */
/* stylelint-disable no-descending-specificity */
.mx_MatrixChat_useCompactLayout {
.mx_EventTile {
padding-top: 4px;
@ -641,5 +638,3 @@ div.mx_EventTile_notSent.mx_EventTile_redacted .mx_UnknownBody {
}
}
}
/* stylelint-enable no-descending-specificity */