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

Commit 4963d85

Browse files
author
Jennifer Luker
committed
fix(a11y): Add value to menu button
Add value to menu button to comply with buttons not having readable text. Add package-lock.json to gitignore. no breaking changes
1 parent 6e6847e commit 4963d85

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2
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

+1-1
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)