mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Menu Tests: Make the elements without anchors look like group headings and remove disabled elements to focus on dividers and no anchor elements
This commit is contained in:
parent
fe7ca1f1c3
commit
f11de83554
@ -258,24 +258,24 @@
|
||||
|
||||
<h2>Inline with dividers and elements without anchors</h2>
|
||||
<ul id="menu7">
|
||||
<li>Group 1</li>
|
||||
<li class="ui-state-disabled"><a href="#">Aberdeen</a></li>
|
||||
<li><strong>Group 1</strong></li>
|
||||
<li><a href="#">Aberdeen</a></li>
|
||||
<li><a href="#">Ada</a></li>
|
||||
<li><a href="#">Adamsville</a></li>
|
||||
<li><a href="#">Addyston</a></li>
|
||||
<li></li>
|
||||
<li>Group 2</li>
|
||||
<li><strong>Group 2</strong></li>
|
||||
<li>
|
||||
<a href="#">Delphi</a>
|
||||
<ul>
|
||||
<li class="ui-state-disabled"><a href="#">Ada</a></li>
|
||||
<li><a href="#">Ada</a></li>
|
||||
<li><a href="#">Saarland</a></li>
|
||||
<li><a href="#">Salzburg</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Saarland</a></li>
|
||||
<li>---</li>
|
||||
<li>Group 3</li>
|
||||
<li><strong>Group 3</strong></li>
|
||||
<li>
|
||||
<a href="#">Salzburg</a>
|
||||
<ul>
|
||||
@ -301,7 +301,7 @@
|
||||
<li><a href="#">Perch</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="ui-state-disabled"><a href="#">Amesville</a></li>
|
||||
<li><a href="#">Amesville</a></li>
|
||||
</ul>
|
||||
|
||||
<div style="position: absolute; top: 1em; right: 1em;">
|
||||
|
Loading…
Reference in New Issue
Block a user