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

How to override auto detail icon in <a> tag?

4 Answers 188 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 27 Nov 2012, 01:19 AM

<li><a><img src="srb-images/resume-icon.png" class="fileOptionDefaultIcon"><h3>Create Document</h3></a></li>


 I do not want the list item to have a auto detail icon. How would you disable this icon?  ">"

4 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 29 Nov 2012, 05:05 PM
Hi John,

I am not quite sure if I understand your scenario correctly. Could you please elaborate a bit more? On a side note I recommend checking this help topic from our online documentation - it discusses how to create custom icons, how to restyle the added Kendo UI Mobile custom icons, how to hide all Kendo UI Mobile font icons etc.

Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
John
Top achievements
Rank 1
answered on 28 Dec 2012, 04:10 PM
The list widget adds an automatic discloser widget when used as an <A> tag.  I am looking for the css of the list widget.  I found documentation on the web version, however there are tags inserted by widget that are not documented.  Is there a mobile version of the css mapping and readable css file?
0
Accepted
Alexander Valchev
Telerik team
answered on 28 Dec 2012, 05:02 PM
Hello John,

I am still not sure what you would like to achieve? Are you asking how to remove the arrow icon that is being rendered when the ListView item is a link?
If that is the case you can use the following CSS:
.km-listview-link::after
{
    display: none;
}

Please test the solution here.

Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
John
Top achievements
Rank 1
answered on 28 Dec 2012, 10:22 PM
Alexander Valchev,

 

Yes, thank you.  This works.


~ cheers




Tags
ListView (Mobile)
Asked by
John
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
John
Top achievements
Rank 1
Alexander Valchev
Telerik team
Share this question
or