@@ -246,7 +246,7 @@ Place various form controls and components within a navbar:
246246 <div class="container-fluid">
247247 <form class="d-flex" role="search">
248248 <input class="form-control me-2" type="search" placeholder="Search" aria-label="Search"/>
249- <button class="btn btn -outline-success" type="submit">Search</button>
249+ <button class="btn-outline theme -success" type="submit">Search</button>
250250 </form>
251251 </div>
252252 </nav> ` } />
@@ -258,7 +258,7 @@ Immediate child elements of `.navbar` use flex layout and will default to `justi
258258 <a class="navbar-brand">Navbar</a>
259259 <form class="d-flex" role="search">
260260 <input class="form-control me-2" type="search" placeholder="Search" aria-label="Search"/>
261- <button class="btn btn -outline-success" type="submit">Search</button>
261+ <button class="btn-outline theme -success" type="submit">Search</button>
262262 </form>
263263 </div>
264264 </nav> ` } />
@@ -278,8 +278,8 @@ Various buttons are supported as part of these navbar forms, too. This is also a
278278
279279<Example code = { ` <nav class="navbar bg-1 fg-2">
280280 <form class="container-fluid justify-content-start">
281- <button class="btn btn -outline-success me-2" type="button">Main button</button>
282- <button class="btn btn-sm btn-outline-secondary " type="button">Smaller button</button>
281+ <button class="btn-outline theme -success me-2" type="button">Main button</button>
282+ <button class="btn-outline theme-secondary btn-sm " type="button">Smaller button</button>
283283 </form>
284284 </nav> ` } />
285285
@@ -433,7 +433,7 @@ Navbar themes are easier than ever thanks to Bootstrap’s combination of Sass a
433433 </ul>
434434 <form class="d-flex" role="search">
435435 <input class="form-control me-2" type="search" placeholder="Search" aria-label="Search"/>
436- <button class="btn btn -outline theme-secondary" type="submit">Search</button>
436+ <button class="btn-outline theme-secondary" type="submit">Search</button>
437437 </form>
438438 </div>
439439 </dialog>
@@ -468,7 +468,7 @@ Navbar themes are easier than ever thanks to Bootstrap’s combination of Sass a
468468 </ul>
469469 <form class="d-flex" role="search">
470470 <input class="form-control me-2" data-bs-theme="light" type="search" placeholder="Search" aria-label="Search"/>
471- <button class="btn btn -solid theme-inverse" type="submit">Search</button>
471+ <button class="btn-solid theme-inverse" type="submit">Search</button>
472472 </form>
473473 </div>
474474 </dialog>
@@ -503,7 +503,7 @@ Navbar themes are easier than ever thanks to Bootstrap’s combination of Sass a
503503 </ul>
504504 <form class="d-flex" role="search">
505505 <input class="form-control me-2" type="search" placeholder="Search" aria-label="Search"/>
506- <button class="btn btn -outline-primary" type="submit">Search</button>
506+ <button class="btn-outline theme -primary" type="submit">Search</button>
507507 </form>
508508 </div>
509509 </dialog>
@@ -645,7 +645,7 @@ With no `.navbar-brand` shown (hidden inside the drawer):
645645 </ul>
646646 <form class="d-flex" role="search">
647647 <input class="form-control me-2" type="search" placeholder="Search" aria-label="Search"/>
648- <button class="btn btn -outline-success" type="submit">Search</button>
648+ <button class="btn-outline theme -success" type="submit">Search</button>
649649 </form>
650650 </div>
651651 </dialog>
@@ -673,7 +673,7 @@ With a brand name shown on the left and toggler on the right:
673673 </ul>
674674 <form class="d-flex" role="search">
675675 <input class="form-control me-2" type="search" placeholder="Search" aria-label="Search"/>
676- <button class="btn btn -outline-success" type="submit">Search</button>
676+ <button class="btn-outline theme -success" type="submit">Search</button>
677677 </form>
678678 </div>
679679 </dialog>
@@ -701,7 +701,7 @@ With a toggler on the left and brand name on the right:
701701 </ul>
702702 <form class="d-flex" role="search">
703703 <input class="form-control me-2" type="search" placeholder="Search" aria-label="Search"/>
704- <button class="btn btn -outline-success" type="submit">Search</button>
704+ <button class="btn-outline theme -success" type="submit">Search</button>
705705 </form>
706706 </div>
707707 </dialog>
0 commit comments