build: Remove unneeded inline stylelint-disable-next-line

modules/dt.ui.ReplyWidget.less
  39:39  ✖  Needless disable for "no-duplicate-selectors"
--report-needless-disables
  65:2   ✖  Needless disable for "no-descending-specificity"
--report-needless-disables
 205:2   ✖  Needless disable for "no-descending-specificity"
--report-needless-disables

Change-Id: I233fdfbed46a9f8e75629d827b00007679063c29
This commit is contained in:
Umherirrender 2023-03-22 21:41:09 +01:00
parent 47c40f627e
commit b7c74a34f4

View file

@ -36,7 +36,7 @@
}
}
.ext-discussiontools-ui-replyWidget { /* stylelint-disable-line no-descending-specificity, no-duplicate-selectors */
.ext-discussiontools-ui-replyWidget { /* stylelint-disable-line no-descending-specificity */
&-bodyWrapper > .oo-ui-textInputWidget {
max-width: none;
@ -62,7 +62,6 @@
left: 50%;
}
// stylelint-disable-next-line no-descending-specificity
&-scrollback-top,
&-scrollback-bottom {
position: fixed;
@ -202,7 +201,6 @@
margin-top: 0;
}
// stylelint-disable-next-line no-descending-specificity
&-footer {
// Preferred width; if there isn't enough space, this wraps under the actions
flex-basis: 20em;