Back button is now recognised

This commit is contained in:
Paulin Jorys 2017-05-21 18:28:22 +02:00
parent 850862c1d1
commit 9cd90d5a8d

View File

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