Always display Toggle arrow?

Hello,
Is it possibile to always show the Toggle arrow without hovering over it?
image

Thanks.

2 Likes

There’s no setting for it, but there may be a piece of Custom CSS, so I’ve moved your topic to Extension Requests.

That’s also something I’d be interested in! :star_struck:

2 Likes

Unfortunately the toggle buttons are hard removed under some circumstances as a performance optimisation. I’ll ask the team about the tradeoff.

You can

.toggle-collapse-button { visibility: visible !important; }

to make them appear in a few more cases, but not all and I’d find that more confusing than helping.

3 Likes