mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-23 16:06:53 +00:00
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:
parent
47c40f627e
commit
b7c74a34f4
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue