Skip to content

Commit 2caaa2a

Browse files
removed aria-label attributes now that we are using a title attribute
1 parent 87e8a51 commit 2caaa2a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/ilios-common/addon/components/course/objective-list-item-parents.hbs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
<button
7171
class="expand-text-button"
7272
type="button"
73-
aria-label={{t "general.expand"}}
7473
title={{t "general.expand"}}
7574
data-test-expand
7675
{{on "click" expand}}
@@ -82,7 +81,6 @@
8281
{{#if expanded}}
8382
<button
8483
class="expand-text-button"
85-
aria-label={{t "general.collapse"}}
8684
title={{t "general.collapse"}}
8785
type="button"
8886
data-test-collapse

packages/ilios-common/addon/components/session/objective-list-item-parents.hbs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
<button
7171
class="expand-text-button"
7272
type="button"
73-
aria-label={{t "general.expand"}}
7473
title={{t "general.expand"}}
7574
data-test-expand
7675
{{on "click" expand}}
@@ -82,7 +81,6 @@
8281
{{#if expanded}}
8382
<button
8483
class="expand-text-button"
85-
aria-label={{t "general.collapse"}}
8684
title={{t "general.collapse"}}
8785
type="button"
8886
data-test-collapse

0 commit comments

Comments
 (0)