In Kendo Upload, with the Default theme (LESS), the remove button (cross) for an uploaded file does not show its title when mousing over, see screenshot.
Seems the result of a bad pointer-events css.
Best regards,
Laurent.
2 Answers, 1 is accepted
0
Accepted
Neli
Telerik team
answered on 09 Sep 2021, 06:02 AM
Hi Laurent,
Thank you for your patience.
I would suggest you set the pointer-events to auto as in the example below:
<style>
.k-icon{
pointer-events: auto !important;
}
</style>
Thank you for reporting the issue. I will need a little bit more time to review the reported appearance. I will come back to you once I have more information to share.
Thank you very much for your patience.
Regards,
Neli
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.