This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Feature Request: collapsible with data-iconpos support #2022
Closed
Description
I wanted to have the Icon on the right side of the button, but data-iconpos="right"
wasn't working.
Currently I only have a workaround for that:
/* Collapsible */
.ui-collapsible-heading a span.ui-btn
{
left: auto;
right: 5px;
}
.ui-collapsible-heading a .ui-btn-inner
{
padding-left: 20px;
}