Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit c932dac

Browse files
Use the new class to select the themed collapsible content
1 parent 8ade80a commit c932dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/structure/jquery.mobile.listview.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ol.ui-listview .ui-link-inherit:before, ol.ui-listview .ui-li-static:before, .ui
1414
ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid chance of duplication */
1515
.ui-listview-inset .ui-li { border-right-width: 1px; border-left-width: 1px; }
1616
.ui-li-last, .ui-li.ui-field-contain.ui-li-last { border-bottom-width: 1px; }
17-
.ui-collapsible [class*="ui-body"] > .ui-listview:not(.ui-listview-inset) .ui-li-last { border-bottom-width: 0; }
17+
.ui-collapsible-themed-content .ui-listview:not(.ui-listview-inset) .ui-li-last { border-bottom-width: 0; }
1818
.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) .ui-li:first-child { border-top-width: 0; }
1919
/* Corner styling */
2020
.ui-listview > .ui-li:first-child,

0 commit comments

Comments
 (0)