Merge "Hide the top-level warningbox when the new discussion widget is open"

This commit is contained in:
jenkins-bot 2021-08-26 19:30:10 +00:00 committed by Gerrit Code Review
commit 35b3859ce9

View file

@ -176,6 +176,7 @@ span[ data-mw-comment-start ] {
}
}
.ext-discussiontools-init-replylink-open .ext-discussiontools-emptystate {
.ext-discussiontools-init-replylink-open .ext-discussiontools-emptystate,
.ext-discussiontools-init-replylink-open > .warningbox { /* stylelint-disable-line */
display: none;
}