File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/BootstrapBlazor/Components/Tab Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9292 <FullScreenButton TargetId =" @Id"
9393 Icon =" @FullscreenToolbarButtonIcon"
9494 TooltipText =" @FullscreenToolbarTooltipText"
95- TooltipPlacement =" Placement.Bottom" ></FullScreenButton >
95+ TooltipPlacement =" Placement.Bottom" TooltipTrigger = " hover " ></FullScreenButton >
9696 </div >
9797 }
9898 @if (ToolbarTemplate != null )
Original file line number Diff line number Diff line change 11@namespace BootstrapBlazor.Components
22@inherits BootstrapModuleComponentBase
33
4- <Tooltip Title =" @TooltipText" Placement =" Placement.Bottom" >
4+ <Tooltip Title =" @TooltipText" Placement =" Placement.Bottom" Trigger = " hover " >
55 <div @attributes =" @AdditionalAttributes" class =" @ClassString" @onclick =" OnClick" >
66 <i class =" @Icon" ></i >
77 </div >
You can’t perform that action at this time.
0 commit comments