Remove override for Minerva hiding .tmbox, no longer needed

Depends-On: Ifb0316256bdec5008acc48544ddd3e2bf71b6d41
Bug: T257394
Change-Id: I7b442d2e009f631ec8ac183f4767ffcc1e94954c
This commit is contained in:
Bartosz Dziewoński 2022-11-15 11:26:03 +01:00
parent e89a879f34
commit 46d766f30d

View file

@ -773,13 +773,6 @@ h1, h2, h3, h4, h5, h6 {
.toc {
display: none;
}
// Override Minerva rule that always hides tmbox.
// stylelint-disable-next-line selector-class-pattern
.ext-discussiontools-ui-ledeSectionDialog-content.content .tmbox {
// stylelint-disable-next-line declaration-no-important
display: block !important;
}
}
.ext-discussiontools-init-lede-button-container {