Changed the back-button to be a mdl component

This commit is contained in:
Paulin Jorys 2017-05-23 17:42:29 +02:00
parent 8e601a9577
commit 59e7adb32f

View File

@ -14,7 +14,7 @@
<div class="mdl-layout mdl-js-layout">
<header id="main-navigation" class="mdl-layout__header mdl-layout__header--transparent">
<div class="mdl-layout__header-row">
<span id="backIcon" role="link" tabindex="0" aria-label="Go back"><i class="material-icons">keyboard_arrow_left</i></span>
<button id="backIcon" class="mdl-button mdl-js-button mdl-button--icon"><i class="material-icons">keyboard_arrow_left</i></button>
<!-- Title -->
<span class="mdl-layout-title">MOON<span>LIGHT</span></span>
<!-- Add spacer, to align navigation to the right -->