mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-07-07 14:33:52 +02:00
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:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user