Skip to content
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
@negue

Description

@negue

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; 
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions