Skip to content

Commit

Permalink
Remove redundant class and line height (#30542)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens committed Apr 9, 2020
1 parent 9a5033d commit 8fe162d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion site/assets/scss/_subnav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@
}

.bd-search-docs-toggle {
line-height: 1;
color: $gray-900;
}
2 changes: 1 addition & 1 deletion site/layouts/partials/docs-subnav.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{{ partial "docs-versions" . }}

<button class="btn btn-link bd-search-docs-toggle d-md-none p-0 ml-3 order-3 ml-auto" type="button" data-toggle="collapse" data-target="#bd-docs-nav" aria-controls="bd-docs-nav" aria-expanded="false" aria-label="Toggle docs navigation">
<button class="btn bd-search-docs-toggle d-md-none p-0 ml-3 order-3 ml-auto" type="button" data-toggle="collapse" data-target="#bd-docs-nav" aria-controls="bd-docs-nav" aria-expanded="false" aria-label="Toggle docs navigation">
{{ partial "icons/menu.svg" (dict "width" "30" "height" "30") }}
</button>
</div>
Expand Down

0 comments on commit 8fe162d

Please sign in to comment.