Skip to content

Commit 87b7203

Browse files
committed
fix(dropdown): improve text and make action button more visible
1 parent 5826c2b commit 87b7203

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

dropdown.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313
<div id="introduction" class="scrollspy section">
1414
<p class="caption">
1515
Add a dropdown list to any button. Make sure that the
16-
<code class="language-html">data-target</code> attribute matches the id in the <code class="language-html">ul</code> tag. You can add a divider with the
17-
<code class="language-html">
18-
<xmp><li class="divider"></li></xmp>
19-
</code>
20-
tag. You can also add icons. Just add the icon inside the
16+
<code class="language-html">data-target</code> attribute matches the id in the <code class="language-html">ul</code> tag. You can add a divider with an empty li
17+
element and a
18+
<code class="language-html">divider</code>
19+
class. You can also add icons. Just add the icon inside the
2120
<code class="language-html">anchor</code> tag.
2221
</p>
23-
<a class="dropdown-trigger btn" href="#" data-target="dropdown1">Drop Me!</a>
22+
23+
<a class="dropdown-trigger btn tonal" href="#" data-target="dropdown1">Drop Me!</a>
24+
2425
<ul id="dropdown1" class="dropdown-content">
2526
<li>
2627
<a href="#!">one</a>

0 commit comments

Comments
 (0)