Skip to content

Commit

Permalink
Reorganize css and overhaul the sidebar design
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Aug 17, 2024
1 parent 24d9270 commit 5b1022d
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 225 deletions.
6 changes: 3 additions & 3 deletions lib/rdoc/generator/template/darkfish/_sidebar_toggle.rhtml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<button id="navigation-toggle" class="navigation-toggle" aria-label="Toggle sidebar" aria-expanded="true" aria-controls="navigation">
<span aria-hidden>&#9776;</span>
</button>
<div id="navigation-toggle" role="button" tabindex="0" aria-label="Toggle sidebar" aria-expanded="true" aria-controls="navigation">
<span aria-hidden="true">&#9776;</span>
</div>
Loading

0 comments on commit 5b1022d

Please sign in to comment.