Skip to content

Commit 95a5012

Browse files
pojntfxmosinve
authored andcommitted
fix(docs): fixes broken styling of docs navigation (bootstrap-vue#1911)
1 parent b2fedf1 commit 95a5012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/search.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="bd-search d-flex align-items-center">
33
<b-form-input id="bd-search-input" v-model="search" placeholder="Search keywords..." />
4-
<button type="button" v-b-toggle.bd-docs-nav class="bd-search-docs-toggle d-md-none p-0 ml-3" aria-label="Toggle docs navigation">
4+
<button type="button" v-b-toggle.bd-docs-nav class="btn btn-link bd-search-docs-toggle d-md-none p-0 ml-3" aria-label="Toggle docs navigation">
55
<svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" width="30" height="30" focusable="false"><title>Menu</title><path stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"></path></svg>
66
</button>
77
<b-popover target="bd-search-input" placement="bottom" triggers="focus">

0 commit comments

Comments
 (0)