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

Kendo + bootstrap focus rectangle

1 Answer 36 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Marcin
Top achievements
Rank 1
Veteran
Marcin asked on 13 Feb 2014, 04:59 PM
Hello
When I'm looking into kendo demo with bootstrap and e.g. changing page there is focus rectangle showing. This behavour is not occuring without bootstrap. Is there any way to get rid of this behaviour?

Kind Regards
Marcin

1 Answer, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 17 Feb 2014, 05:02 PM
Hello Marcin,

From the provided description it appears you are meaning the default outline which Google Chrome browser displays? If this is the case you could use the following CSS rule in order to avoid this behavior: 
a:focus{
  outline-color: transparent;
}
In case I am missing something please elaborate a bit more. 

Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Marcin
Top achievements
Rank 1
Veteran
Answers by
Iliana Dyankova
Telerik team
Share this question
or