mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-12-18 11:02:57 +00:00
Merge "Fix hiding "actions" bar (subscribe button) in Parsoid output"
This commit is contained in:
commit
b7ff22a06a
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue