Skip to content

Commit

Permalink
added data-id attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
emre2038 authored and milafrerichs committed Apr 23, 2021
1 parent df38df6 commit 061e350
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2549,10 +2549,10 @@ <h4>Indicator chart title</h4>
</div>
</div>
<div class="hover-menu__content_list">
<a href="#" class="hover-menu__content_list-item active w-inline-block">
<a data-id="Percentage" href="#" class="hover-menu__content_list-item active w-inline-block">
<div>Percentage</div>
</a>
<a href="#" class="hover-menu__content_list-item last w-inline-block">
<a data-id="Value" href="#" class="hover-menu__content_list-item last w-inline-block">
<div>Value</div>
</a>
</div>
Expand All @@ -2565,13 +2565,13 @@ <h4>Indicator chart title</h4>
</div>
</div>
<div class="hover-menu__content_list--last">
<a href="#" class="hover-menu__content_list-item w-inline-block">
<a data-id="csv" href="#" class="hover-menu__content_list-item w-inline-block">
<div>CSV</div>
</a>
<a href="#" class="hover-menu__content_list-item w-inline-block">
<a data-id="excel" href="#" class="hover-menu__content_list-item w-inline-block">
<div>Excel</div>
</a>
<a href="#" class="hover-menu__content_list-item w-inline-block">
<a data-id="json" href="#" class="hover-menu__content_list-item w-inline-block">
<div>JSON</div>
</a>
</div>
Expand Down Expand Up @@ -3168,4 +3168,4 @@ <h4>Indicator chart title</h4>
}
</style>
</body>
</html>
</html>

0 comments on commit 061e350

Please sign in to comment.