mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 01:26:13 -04:00
chore: refactored example snippets
This commit is contained in:
parent
aaa4aebb2f
commit
1a392ec408
2 changed files with 5 additions and 9 deletions
|
@ -68,8 +68,7 @@
|
|||
<footer class="code">
|
||||
<pre>
|
||||
<code>
|
||||
<em>For Single-select</em>
|
||||
<em>===============================</em>
|
||||
<em><!-- For Single-select --></em>
|
||||
<<b>details role="list"</b>>
|
||||
<<b>summary aria-haspopup="listbox"</b>>Single select<<b>/summary</b>>
|
||||
<<b>ul role="listbox"</b>>
|
||||
|
@ -85,8 +84,7 @@
|
|||
<<b>/details</b>>
|
||||
|
||||
|
||||
<em>For Multi-select</em>
|
||||
<em>===============================</em>
|
||||
<em><!-- For Multi-select --></em>
|
||||
<<b>details role="list"</b>>
|
||||
<<b>summary aria-haspopup="listbox"</b>>Multi select<<b>/summary</b>>
|
||||
<<b>ul role="listbox"</b>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue