Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 8dd3584

Browse files
Merge pull request #216 from knittingcodemonkey/allyMenuValueAndGitignore
fix(a11y): Add value to menu button
2 parents 6e6847e + 4963d85 commit 8dd3584

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ testem.log
4141
# System Files
4242
.DS_Store
4343
Thumbs.db
44+
45+
package-lock.json

src/app/core/components/toolbar/toolbar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<mat-toolbar color="accent" class="mat-elevation-z6">
2-
<button mat-icon-button (click)="navOpen()" aria-label="menu">
2+
<button mat-icon-button (click)="navOpen()" aria-label="menu" value="menu">
33
<mat-icon>
44
menu
55
</mat-icon>

0 commit comments

Comments
 (0)