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:
Ed Sanders 2022-07-29 14:09:56 +01:00
parent ef3da04807
commit 4da2ecf32f

View file

@ -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 {