Hello,
Is it possibile to always show the Toggle arrow without hovering over it?
Thanks.
Hello,
Is it possibile to always show the Toggle arrow without hovering over it?
Thanks.
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!
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.