Skip to content

Commit d912500

Browse files
committed
chore(blazor-coffee): remove tooltip of not existing element
1 parent e716e18 commit d912500

File tree

1 file changed

+0
-4
lines changed
  • sample-applications/blazing-coffee/BlazingCoffee/Client/Pages

1 file changed

+0
-4
lines changed

sample-applications/blazing-coffee/BlazingCoffee/Client/Pages/Index.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
3838
</TileLayoutItems>
3939
</TelerikTileLayout>
4040

41-
<div class="card-menu">
42-
<TelerikTooltip TargetSelector=".k-card-footer>span[title]" Position=@TooltipPosition.Top ShowOn="@TooltipShowEvent.Hover" />
43-
</div>
44-
4541
@code {
4642
TelerikTileLayout tileLayout { get; set; }
4743

0 commit comments

Comments
 (0)