This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Commit e12232b
committed
Fix list-dividers use data-theme attribute first
Allow the list-divider to customize its own theme if desired
<ul data-role="listview" data-divider-theme="e">
<li data-role="list-divider">Theme e</li>
<li>some value</li>
<li data-role="list-divider" data-theme="b">Theme b</li>
<li>some other value</li>
</ul>1 parent 7273a5e commit e12232b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
0 commit comments