Skip to content

Commit 26f15d1

Browse files
author
Martin Atanasov
authored
Merge pull request #89 from telerik/coffee-tooltip
chore(blazor-coffee): remove tooltip of not existing element
2 parents 1cb9b1e + d912500 commit 26f15d1

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)