theme: Add title to sidebar toggle button (#2473)

This makes it so users can mouse over the button and see what it does.
This commit is contained in:
Jookia
2020-07-04 13:06:54 +00:00
committed by GitHub
parent 696d354f3c
commit 7c736c526e

View File

@@ -72,7 +72,7 @@
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
@if(body.toString.contains("main-sidebar")){
<a href="#" class="sidebar-toggle" data-toggle="push-menu" role="button">
<a href="#" class="sidebar-toggle" data-toggle="push-menu" role="button" title="Toggle navigation">
<span class="sr-only">Toggle navigation</span>
</a>
}