This is a migrated thread and some comments may be shown as answers.

Highlighted selected tile

1 Answer 65 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Wesley
Top achievements
Rank 1
Wesley asked on 01 Aug 2017, 07:23 PM

Hi,

Instead of putting a check mark on the upper-right corner when a tile is clicked, is there a way to highlight the tile?

Wesley

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 04 Aug 2017, 03:20 PM
Hi Wesley,

You can use similar CSS selectors in order to remove the tile-selecting ticks and highlight the selected tiles (e.g., y changing their opacity):
div.RadTile.rtileSelected div.rtileSelectedIcon {
   display: none;
}
 
div.RadTile.rtileSelected .rtileContent{
   opacity: 0.2;
}



Regards,
Vessy
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
TileList
Asked by
Wesley
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or