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

How to desactivate kendo on focus

4 Answers 273 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Encarni
Top achievements
Rank 1
Encarni asked on 25 Nov 2015, 07:43 AM

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

Sort by
0
Dimo
Telerik team
answered on 26 Nov 2015, 07:54 AM
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
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
Dimo
Telerik team
answered on 27 Nov 2015, 01:58 PM
Hello Carlos,

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!
 
Tags
General Discussions
Asked by
Encarni
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Encarni
Top achievements
Rank 1
Share this question
or