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

Commit e001425

Browse files
Added corner styling reset to collapsible CSS to avoid conflicts when an enhanced collapsible is appended to a set.
1 parent d3a6be3 commit e001425

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/structure/jquery.mobile.collapsible.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
.ui-collapsible-content-collapsed { display: none; }
2929

3030
/* Corner styling */
31+
.ui-collapsible-set > .ui-collapsible.ui-corner-all {
32+
-webkit-border-radius: 0;
33+
border-radius: 0;
34+
}
3135
.ui-collapsible-heading,
3236
.ui-collapsible-heading > .ui-btn {
3337
-webkit-border-radius: inherit;

0 commit comments

Comments
 (0)