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.

Theme bug of listview & collapsible. #8512

Open
@vrbvillor

Description

@vrbvillor
<ul data-role="listview" data-inset="true" data-shadow="false" data-theme="b">
    <li data-role="collapsible" data-iconpos="right" data-inset="false">
        <h2>HTML / CSS</h2>
        <ul data-role="listview" data-theme="a">
            <li><a href="http://www.runoob.com/html/html-tutorial.html">HTML</a></li>
            <li><a href="http://www.runoob.com/html/html5-intro.html">HTML5</a></li>
            <li><a href="http://www.runoob.com/css/css-tutorial.html">CSS</a></li>
            <li><a href="http://www.runoob.com/css3/css3-tutorial.html">CSS3</a></li>
            <li><a href="http://www.runoob.com/bootstrap/bootstrap-tutorial.html">Bootstrap</a></li>
            <li><a href="http://www.runoob.com/foundation/foundation-tutorial.html">Foundation</a></li>
        </ul>
    </li>
</ul>

The sub-listview appears theme b not a.

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