diff --git a/modules/ve-mw/init/styles/ve.init.mw.Target.css b/modules/ve-mw/init/styles/ve.init.mw.Target.css index 64f2c5ca3c..34e0b45b18 100644 --- a/modules/ve-mw/init/styles/ve.init.mw.Target.css +++ b/modules/ve-mw/init/styles/ve.init.mw.Target.css @@ -37,6 +37,12 @@ display: table-row-group; } +/* Prevent jQuery.makeCollapsible from hiding blocks */ +.client-js .ve-ce-surface .mw-collapsed:not( .mw-made-collapsible ) .mw-collapsible-content, +.client-js .ve-ui-diffElement .mw-collapsed:not( .mw-made-collapsible ) .mw-collapsible-content { + display: block; +} + /* * Grey out the fake toggles to make it more obvious they are not interactive. * Don't bother trying to float the toggles, as the text they are floating around @@ -51,6 +57,11 @@ float: none; } +.ve-ce-surface div.mw-collapsible:before, +.ve-ui-diffElement div.mw-collapsible:before { + color: #999; +} + /* Reset section node styles */ .ve-init-mw-target .ve-ce-sectionNode:before, .ve-init-mw-target .ve-ce-sectionNode:after {