Comment disabled rules
This commit is contained in:
parent
38d6953bf6
commit
ca1e5bb3ae
3 changed files with 6 additions and 0 deletions
|
@ -135,6 +135,8 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 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 */
|
/* stylelint-disable no-descending-specificity */
|
||||||
.mx_DevTools_tgl-flip {
|
.mx_DevTools_tgl-flip {
|
||||||
+ .mx_DevTools_tgl-btn {
|
+ .mx_DevTools_tgl-btn {
|
||||||
|
|
|
@ -144,6 +144,8 @@ limitations under the License.
|
||||||
color: $greyed-fg-color;
|
color: $greyed-fg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 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 */
|
/* stylelint-disable no-descending-specificity */
|
||||||
.mx_Field_valid {
|
.mx_Field_valid {
|
||||||
&.mx_Field,
|
&.mx_Field,
|
||||||
|
|
|
@ -513,6 +513,8 @@ div.mx_EventTile_notSent.mx_EventTile_redacted .mx_UnknownBody {
|
||||||
|
|
||||||
/* end of overrides */
|
/* 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 */
|
/* stylelint-disable no-descending-specificity */
|
||||||
.mx_MatrixChat_useCompactLayout {
|
.mx_MatrixChat_useCompactLayout {
|
||||||
.mx_EventTile {
|
.mx_EventTile {
|
||||||
|
|
Loading…
Reference in a new issue