Fix mobile section expand icon size after changes in MobileFrontend

Reverts I0af2707141 due to I5ca0870862f5.

Change-Id: Ib9a0a38774b85b2b80fbac7a0d9b81b7045c9e59
This commit is contained in:
Bartosz Dziewoński 2023-10-04 22:22:08 +02:00 committed by Esanders
parent 2b3f430ad2
commit fe07a8914e

View file

@ -475,13 +475,6 @@ h1, h2, h3, h4, h5, h6 {
font-size: 0.875em;
}
// stylelint-disable-next-line selector-class-pattern
> .indicator {
// The indicator lives inside the h2 on normal pages, so expects
// to have the same base font size as the heading.
font-size: 1.5em;
}
// stylelint-disable-next-line selector-class-pattern
> .indicator,
&-ellipsisButton {