This repository was archived by the owner on Oct 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,20 @@ <h3>Header swatch B</h3>
157157 < p > I'm the collapsible content with a themed content block set to "d".</ p >
158158 </ div >
159159
160+ < h2 > Corner styling</ h2 >
161+
162+ < p > To create an inset collapsible without rounded corners you can add the < code > data-corners="false"</ code > attribute to the element.</ p >
163+
164+ < code >
165+ <div data-role="collapsible" < strong > data-corners="false"</ strong > data-theme="b" data-content-theme="d">
166+ </ code >
167+
168+ < p > This code will create an inset collapsible without rounded corners:</ p >
169+
170+ < div data-role ="collapsible " data-corners ="false " data-theme ="b " data-content-theme ="d ">
171+ < h3 > I'm a header</ h3 >
172+ < p > I'm the collapsible content.</ p >
173+ </ div >
160174
161175
162176 < h2 > Nested Collapsibles</ h2 >
@@ -211,7 +225,6 @@ <h3>Section 4: Collapsed list</h3>
211225 </ div >
212226
213227
214-
215228 < h2 > Collapsible sets (accordions)</ h2 >
216229 < p > It's possible to combine multiple collapsibles into a grouped set that acts like an < a href ="content-collapsible-set.html "> accordion widget</ a > .</ p >
217230
You can’t perform that action at this time.
0 commit comments