mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-27 17:51:09 +00:00
Hide section collapse button in preview.
In general we are hiding non-content elements in the preview and this matches the behvaviour of the article editor. Change-Id: I6669d8cc737214d464b662ccc6900ccce229b3d7
This commit is contained in:
parent
ef3da04807
commit
4da2ecf32f
|
@ -277,6 +277,11 @@
|
|||
// Looks just a little weird to display this in preview of your own new topic (T309423)
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Hide collapse icons on mobile
|
||||
.section-heading .indicator { /* stylelint-disable-line selector-class-pattern */
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&-bodyWrapper {
|
||||
|
|
Loading…
Reference in a new issue