File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
BootstrapBlazor.Shared/Pages Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 right : 0 ;
3030 }
3131
32- .welcome ::deep .carousel .carousel-indicators li {
32+ .welcome ::deep .carousel .carousel-indicators [ data-bs-target ] {
3333 background-color : # 607D8B ;
3434 }
3535
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <Version >7.6.7 </Version >
4+ <Version >7.7.0 </Version >
55 </PropertyGroup >
66
77 <ItemGroup Condition =" '$(TargetFramework)' == 'net5.0'" >
Original file line number Diff line number Diff line change 99 <RenderTemplate >
1010 @if (ShowIndicators )
1111 {
12- <ol class =" carousel-indicators" >
12+ <div class =" carousel-indicators" >
1313 @for ( var index = 0 ; index < Items .Count ; index ++ )
1414 {
15- <li data-bs-slide-to =" @index" class =" @CheckActive(index)" data-bs-target =" @TargetId" ></li >
15+ <button data-bs-slide-to =" @index" class =" @CheckActive(index)" data-bs-target =" @TargetId" ></button >
1616 }
17- </ol >
17+ </div >
1818 }
1919 <div class =" carousel-inner" >
2020 @for ( var index = 0 ; index < Items .Count ; index ++ )
You can’t perform that action at this time.
0 commit comments