diff options
author | kborchers <kris.borchers@gmail.com> | 2012-05-25 07:43:29 -0500 |
---|---|---|
committer | kborchers <kris.borchers@gmail.com> | 2012-05-25 07:43:29 -0500 |
commit | f11de835541d4f5530fcb962bb9e8a60fbb03ec5 (patch) | |
tree | 3e0d31d96304cc58b3d855423d22cd7d30bfd99a /tests | |
parent | fe7ca1f1c3922a301169256ed0614c5529e40454 (diff) | |
download | jquery-ui-f11de835541d4f5530fcb962bb9e8a60fbb03ec5.tar.gz jquery-ui-f11de835541d4f5530fcb962bb9e8a60fbb03ec5.zip |
Menu Tests: Make the elements without anchors look like group headings and remove disabled elements to focus on dividers and no anchor elements
Diffstat (limited to 'tests')
-rw-r--r-- | tests/visual/menu/menu.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/visual/menu/menu.html b/tests/visual/menu/menu.html index dd86a6e4b..5bda32eae 100644 --- a/tests/visual/menu/menu.html +++ b/tests/visual/menu/menu.html @@ -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;"> |