Skip to content

Commit

Permalink
aria controls for drawer-handle
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Jul 21, 2017
1 parent 4b11ab4 commit 6b0ee2d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
<section class="mdc-toolbar__section mdc-toolbar__section--align-start">
<a class="drawer-handle mdc-ripple-surface mdc-ripple-surface--primary material-icons mdc-toolbar__icon--menu menu"
href="#"
aria-label="Click to show the navigation menu"
aria-controls="drawer"
data-mdc-ripple-is-unbounded>menu</a>
</section>
<section>
Expand Down Expand Up @@ -75,7 +77,7 @@
{/template}

{template .drawer}
<aside class="mdc-temporary-drawer">
<aside class="drawer mdc-temporary-drawer">
<nav class="mdc-temporary-drawer__drawer">
<header class="mdc-temporary-drawer__header">
<div class="mdc-temporary-drawer__header-content mdc-theme--primary-bg mdc-theme--text-primary-on-primary">
Expand Down

0 comments on commit 6b0ee2d

Please sign in to comment.