File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/BootstrapBlazor.Server/Components/Layout Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 @Body
1919 </section >
2020
21- <DialButton DialMode =" DialMode.Radial" Icon =" fa-solid fa-gear" Radius =" 100" Placement =" Placement.BottomEnd" >
21+ <DialButton DialMode =" DialMode.Radial" Icon =" fa-solid fa-gear" Radius =" 100" Placement =" Placement.BottomEnd" class = " bb-dial-gear " >
2222 <ButtonTemplate >
2323 <div class =" btn-circle btn-fade dial-button-gear" >
2424 <img src =" ./images/logo.png" />
Original file line number Diff line number Diff line change 7676 background-color : var (--bb-sidebar-body-drag-hover-bg );
7777 }
7878
79- ::deep .dial-button {
79+ ::deep .bb- dial-gear {
8080 display : none;
8181 position : fixed;
8282 z-index : 10 ;
172172 display : block;
173173 }
174174
175- ::deep .dial-button {
175+ ::deep .bb- dial-gear {
176176 display : block;
177177 }
178178}
You can’t perform that action at this time.
0 commit comments