Hello!
Since I updated my kendo ui to the last version I had a problem with all the components, for example look at this:
The first image you can see "focus desactivated", the old project, when i click on the grid nothing happens, but now in this version when Iclick it appears a focus.
There is an option to disable it?
Thanks
4 Answers, 1 is accepted
0
Hello Carlos,
I am afraid the provided information is unclear and a screenshot is missing. Please explain in more details, thank you.
Regards,
Dimo
Telerik
I am afraid the provided information is unclear and a screenshot is missing. Please explain in more details, thank you.
Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Encarni
Top achievements
Rank 1
answered on 26 Nov 2015, 09:17 AM
images:
http://oi68.tinypic.com/e5infp.jpg
http://oi63.tinypic.com/2hnbz0z.jpg
0
Encarni
Top achievements
Rank 1
answered on 26 Nov 2015, 09:17 AM
images:
http://oi68.tinypic.com/e5infp.jpg
http://oi63.tinypic.com/2hnbz0z.jpg
0
Accepted
Hello Carlos,
You are seeing the TabStrip focused state. It can be disabled like this:
Regards,
Dimo
Telerik
You are seeing the TabStrip focused state. It can be disabled like this:
/* place this after the Kendo UI stylesheets */
/* aply to TabStrip only ... */
.k-tabstrip:focus {
box-shadow:
none
;
}
/*... or to all widgets */
.k-widget:focus {
box-shadow:
none
;
}
Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!