@@ -12,9 +12,11 @@ export const extra_css = ['breadcrumbs.css']
1212<div class =" container my-5" >
1313 <nav aria-label =" breadcrumb" >
1414 <ol class =" breadcrumb p-3 bg-1 rounded-3" >
15- <li class =" breadcrumb-item" ><a href =" #" >Home</a ></li >
16- <li class =" breadcrumb-item" ><a href =" #" >Library</a ></li >
17- <li class =" breadcrumb-item active" aria-current =" page" >Data</li >
15+ <li class =" breadcrumb-item" ><a class =" breadcrumb-link" href =" #" >Home</a ></li >
16+ <li class =" breadcrumb-divider" ></li >
17+ <li class =" breadcrumb-item" ><a class =" breadcrumb-link" href =" #" >Library</a ></li >
18+ <li class =" breadcrumb-divider" ></li >
19+ <li class =" breadcrumb-item" aria-current =" page" ><a class =" breadcrumb-link active" href =" #" >Data</a ></li >
1820 </ol >
1921 </nav >
2022</div >
@@ -25,16 +27,18 @@ export const extra_css = ['breadcrumbs.css']
2527 <nav aria-label =" breadcrumb" >
2628 <ol class =" breadcrumb p-3 bg-1 rounded-3" >
2729 <li class =" breadcrumb-item" >
28- <a class =" theme-inverse" href =" #" >
30+ <a class =" breadcrumb-link theme-inverse" href =" #" >
2931 <svg class =" bi" width =" 16" height =" 16" aria-hidden =" true" ><use href =" #house-door-fill" ></use ></svg >
3032 <span class =" visually-hidden" >Home</span >
3133 </a >
3234 </li >
35+ <li class =" breadcrumb-divider" ></li >
3336 <li class =" breadcrumb-item" >
34- <a class =" theme-inverse fw-semibold text-decoration-none" href =" #" >Library</a >
37+ <a class =" breadcrumb-link theme-inverse fw-semibold text-decoration-none" href =" #" >Library</a >
3538 </li >
36- <li class =" breadcrumb-item active" aria-current =" page" >
37- Data
39+ <li class =" breadcrumb-divider" ></li >
40+ <li class =" breadcrumb-item" aria-current =" page" >
41+ <a class =" breadcrumb-link active" href =" #" >Data</a >
3842 </li >
3943 </ol >
4044 </nav >
@@ -44,18 +48,28 @@ export const extra_css = ['breadcrumbs.css']
4448
4549<div class =" container my-5" >
4650 <nav aria-label =" breadcrumb" >
47- <ol class =" breadcrumb breadcrumb-chevron p-3 bg-1 rounded-3" >
51+ <ol class =" breadcrumb p-3 bg-1 rounded-3" >
4852 <li class =" breadcrumb-item" >
49- <a class =" theme-inverse" href =" #" >
53+ <a class =" breadcrumb-link theme-inverse" href =" #" >
5054 <svg class =" bi" width =" 16" height =" 16" aria-hidden =" true" ><use href =" #house-door-fill" ></use ></svg >
5155 <span class =" visually-hidden" >Home</span >
5256 </a >
5357 </li >
58+ <li class =" breadcrumb-divider" >
59+ <svg xmlns =" http://www.w3.org/2000/svg" width =" 16" height =" 16" fill =" currentColor" viewBox =" 0 0 16 16" >
60+ <path fill-rule =" evenodd" d =" M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" />
61+ </svg >
62+ </li >
5463 <li class =" breadcrumb-item" >
55- <a class =" theme-inverse fw-semibold text-decoration-none" href =" #" >Library</a >
64+ <a class =" breadcrumb-link theme-inverse fw-semibold text-decoration-none" href =" #" >Library</a >
5665 </li >
57- <li class =" breadcrumb-item active" aria-current =" page" >
58- Data
66+ <li class =" breadcrumb-divider" >
67+ <svg xmlns =" http://www.w3.org/2000/svg" width =" 16" height =" 16" fill =" currentColor" viewBox =" 0 0 16 16" >
68+ <path fill-rule =" evenodd" d =" M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" />
69+ </svg >
70+ </li >
71+ <li class =" breadcrumb-item" aria-current =" page" >
72+ <a class =" breadcrumb-link active" href =" #" >Data</a >
5973 </li >
6074 </ol >
6175 </nav >
0 commit comments