Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Apply data-id's to subnav list items (to support tooltips)
Browse files Browse the repository at this point in the history
 🐿 v2.8.0
  • Loading branch information
jonnywyatt committed Mar 28, 2018
1 parent 70ff7cc commit 6a7faa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/n-ui/header/partials/subnav/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{#if @root.navigation.subsections}}
<ul class="o-header__subnav-list o-header__subnav-list--subsections" aria-label="Subsections" data-trackable="subsections">
{{#each @root.navigation.subsections}}
<li class="o-header__subnav-item">
<li class="o-header__subnav-item"{{#if id}} data-id="{{id}}"{{/if}}>
<a class="o-header__subnav-link {{#if selected}}o-header__subnav-link--highlight{{/if}}" href="{{url}}" {{#if selected}}aria-current="true"{{/if}} data-trackable="{{label}}">
{{label}}
</a>
Expand Down

0 comments on commit 6a7faa3

Please sign in to comment.