Make menu button slide up (experimental). Disable tabindex on overlay.

This commit is contained in:
Daniel Scalzi
2018-04-29 18:39:57 -04:00
parent 4106b2b069
commit 39fd7e19ef
4 changed files with 46 additions and 6 deletions

View File

@@ -118,7 +118,13 @@
<div class="bot_wrapper">
<div id="content">
<button id="menu_button">
<img src="assets/images/icons/arrow.svg" id="menu_img"/>
<!--<img src="assets/images/icons/arrow.svg" id="menu_img"/>-->
<svg id="menu_img" viewBox="0 0 24.87 13.97">
<defs>
<style>.arrowLine{fill:none;stroke:#FFF;stroke-width:2px;}</style>
</defs>
<polyline class="arrowLine" points="0.71 13.26 12.56 1.41 24.16 13.02"/>
</svg>
&#10;<span id="menu_text">MENU</span>
</button>
</div>