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

After upgrading a border appears around menu

1 Answer 94 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 22 Sep 2016, 07:32 AM

Hi there.

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

Sort by
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.
Tags
Menu
Asked by
Chris
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or