Skip to content

Commit

Permalink
fix(demos): add back button to header on drawer demos page (#1703)
Browse files Browse the repository at this point in the history
* fix(demos): add back button to header on drawer demos page for consistency

* fix(drawer): removed padding from back arrows on perisstent and temporary drawer pages
  • Loading branch information
moog16 authored Dec 7, 2017
1 parent 3043a54 commit fa72e42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demos/drawer/persistent-drawer.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
<header class="mdc-toolbar mdc-elevation--z4">
<div class="mdc-toolbar__row">
<section class="mdc-toolbar__section mdc-toolbar__section--align-start">
<span>
<a href="/" class="mdc-toolbar__menu-icon"><i class="material-icons">&#xE5C4;</i></a>
</span>
<button class="demo-menu material-icons mdc-toolbar__menu-icon">menu</button>
<span class="mdc-toolbar__title catalog-title">Persistent Drawer</span>
</section>
Expand Down
3 changes: 3 additions & 0 deletions demos/drawer/temporary-drawer.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
<div class="mdc-toolbar mdc-toolbar--fixed">
<div class="mdc-toolbar__row">
<section class="mdc-toolbar__section mdc-toolbar__section--align-start">
<span>
<a href="/" class="mdc-toolbar__menu-icon"><i class="material-icons">&#xE5C4;</i></a>
</span>
<button class="demo-menu material-icons mdc-toolbar__menu-icon">menu</button>
<span class="mdc-toolbar__title catalog-title">Temporary Drawer</span>
</section>
Expand Down

0 comments on commit fa72e42

Please sign in to comment.