We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0624ea commit 074e4f5Copy full SHA for 074e4f5
addon/components/es-navbar/link/template.hbs
@@ -19,7 +19,7 @@
19
>
20
{{link.name}}
21
</a>
22
- <ul class="dropdown" role="menu" aria-label={{link.name}}>
+ <ul class="dropdown dropdown-menu" role="menu" aria-label={{link.name}}>
23
{{#each link.items as |item|}}
24
{{#if (eq item.type "link")}}
25
<li role="none">
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ember-styleguide",
3
- "version": "3.1.0",
+ "version": "3.1.1",
4
"description": "Addon to help standardize the ember family of websites",
5
"keywords": [
6
"ember-addon"
0 commit comments