I just upgraded to 2016.3.914.35 and now a blue border appears around my radmenu when clicking on it to expand an option. Please refer to the attached screen shot.
This is only in chrome.
It doesn't appear in MS Edge, MS Internet Explorer or Firefox.
Please help.
Thanks in advance.
1 Answer, 1 is accepted
0
Dimitar
Telerik team
answered on 22 Sep 2016, 09:48 AM
Hi,
In order to remove this outline, you may use the following CSS:
<style type="text/css">
html body .RadMenu{
outline: 0;
}
</style>
Another option is to use RenderMode="Lightweight" for the RadMenu.
Regards,
Dimitar
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.