Merge "Fix hiding "actions" bar (subscribe button) in Parsoid output"

This commit is contained in:
jenkins-bot 2024-12-11 11:53:24 +00:00 committed by Gerrit Code Review
commit b7ff22a06a

View file

@ -573,6 +573,7 @@ h1, h2, h3, h4, h5, h6 {
display: none;
}
/* Legacy parser */
// stylelint-disable-next-line selector-class-pattern
&.section-heading .ext-discussiontools-init-section-actions {
// Hidden until expanded
@ -587,6 +588,11 @@ h1, h2, h3, h4, h5, h6 {
display: block;
}
}
/* Parsoid */
&.mf-collapsible-heading:has( .mf-collapsible-icon.mf-icon-expand ) .ext-discussiontools-init-section-actions {
display: none;
}
}
&.mw-mf .ext-discussiontools-init-section-overflowMenu {