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:
parent
43c6298bea
commit
2a5dc9bfac
4 changed files with 4 additions and 18 deletions
|
@ -135,9 +135,6 @@ 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 */
|
||||
.mx_DevTools_tgl-flip {
|
||||
+ .mx_DevTools_tgl-btn {
|
||||
padding: 2px;
|
||||
|
@ -192,4 +189,3 @@ limitations under the License.
|
|||
}
|
||||
}
|
||||
}
|
||||
/* stylelint-enable no-descending-specificity */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue