Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

added aria-hidden to the action button icon #1778

Merged
merged 4 commits into from
Jul 2, 2018
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/modules/action-button/action-button-icon.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<span class="sky-action-button-icon-container">
<span
aria-hidden="true"
class="sky-action-button-icon-container">
<i
class="fa sky-action-button-icon"
[ngClass]="['fa-' + iconType, fontSizeClass]">
Expand Down