Skip to content

Commit

Permalink
Address #267
Browse files Browse the repository at this point in the history
Remove offending button
  • Loading branch information
iadawn committed Oct 3, 2024
1 parent f6911e3 commit 006d274
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions _sass/_print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
.sc-text button,
.sc-wrapper footer,
.clearall,
#showhidesbsmall {
display: none !important;
}
.fixedsticky {
position: static !important;
}
Expand Down
9 changes: 0 additions & 9 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -932,15 +932,6 @@ button.panel-heading {
align-items: flex-end;
}

#showhidesbsmall {
margin-bottom: 1em;
margin-left: 15px;
margin-right: 15px;
@include mq($medium) {
display:none;
}
}

.btn-group-xsm > .btn, .btn-xsm {
padding: 3px 5px;
font-size: .75rem;
Expand Down
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
{% include header.html %}

<div class="mainrow">
<button id="showhidesbsmall" data-target="#sidebar" type="button" data-toggle="collapse" data-expanded="true" aria-controls="#sidebar" class="btn btn-default"><span class="word-show"><svg aria-hidden="true" class="i-chevron-right"><use xlink:href="{{ "img/icons.svg" | relative_url }}#i-chevron-right"></use></svg> Show</span><span class="word-hide"><svg aria-hidden="true" class="i-chevron-down"><use xlink:href="{{ "img/icons.svg" | relative_url }}#i-chevron-down"></use></svg> Hide</span> in-page navigation and filter options</button>

<div class="sidebar" id="sidebar">
<div>
<nav>
Expand Down

0 comments on commit 006d274

Please sign in to comment.