For some reason when i click on map area in Chrome blue border shows up (see attached). Same true for grid as well.
Any recommendations?
4 Answers, 1 is accepted
0
Hi David,
The blue border is the Chrome way to highlight the focused elements and it is a browser behavior we cannot control. This issue has been discussed in many places on the web, so you can try the solutions found by the other developers. For example, you can start your research here:
https://stackoverflow.com/questions/20340138/remove-blue-border-from-css-custom-styled-button-in-chrome
Regards,
Vessy
Progress Telerik
The blue border is the Chrome way to highlight the focused elements and it is a browser behavior we cannot control. This issue has been discussed in many places on the web, so you can try the solutions found by the other developers. For example, you can start your research here:
https://stackoverflow.com/questions/20340138/remove-blue-border-from-css-custom-styled-button-in-chrome
Regards,
Vessy
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0

David
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 03 Oct 2017, 03:06 PM
Understood
Thank you
0

Divyansh
Top achievements
Rank 1
answered on 01 Dec 2018, 12:27 PM
Add this to your file
#css-id a:focus {outline:0;}
0

David
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 03 Dec 2018, 01:27 PM
Yep, figured it out while ago, but thank you