Skip to content

Commit

Permalink
Removed sidebar menu button from mobile search and replaced hamburger…
Browse files Browse the repository at this point in the history
… with button for mobile
  • Loading branch information
Jared Lee authored and camfindlay committed Nov 10, 2016
1 parent de5b9b3 commit 3f618e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
7 changes: 2 additions & 5 deletions themes/docs/templates/DocumentationViewer.ss
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@
<div class="wrapper">
<div class="menu-bar">
<a class="logo" href="https://userhelp.silverstripe.org/"></a>
<a class="menu-toggle">
<span></span>
<span></span>
<span></span>
<span></span>
<a class="menu-open">
MENU
</a>
</div>
<% if Breadcrumbs.count > 1 %>
Expand Down
9 changes: 0 additions & 9 deletions themes/docs/templates/DocumentationViewer_all.ss
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@

<div class="doc-breadcrumbs">
<p>
<div class="menu-bar">
<a class="logo" href="https://docs.silverstripe.org/"></a>
<a class="menu-toggle">
<span></span>
<span></span>
<span></span>
<span></span>
</a>
</div>
<a class="breadcrumb" href="$BaseHref">Documentation</a>
<span>/</span>
<a class="breadcrumb current">Index</a>
Expand Down
9 changes: 0 additions & 9 deletions themes/docs/templates/DocumentationViewer_results.ss
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@

<div class="doc-breadcrumbs">
<p>
<div class="menu-bar">
<a class="logo" href="https://docs.silverstripe.org/"></a>
<a class="menu-toggle">
<span></span>
<span></span>
<span></span>
<span></span>
</a>
</div>
<a class="breadcrumb" href="$BaseHref">Documentation</a>
<span>/</span>
<a class="breadcrumb current">Search</a>
Expand Down

0 comments on commit 3f618e8

Please sign in to comment.