[Solved] radmenu\Radsitemap Border showing on select or click.

0 Answers 5 Views
Menu SiteMap
Brete
Top achievements
Rank 1
Brete asked on 22 Jul 2026, 11:54 AM

I recently upgrade  to  2026.2.708 from 2025.1.416      

After upgrading there is a border appearing when I click on the menu item/radsitemap.    How do I remove the border?    Attached screenshot shows the border appearing.    The border is either dark blue or red depending on if I select or just right click the item, otherwise the border is not currently showing.    

my current css.  

        .RadSiteMap .rsmLevel > .rsmItem .rsmLink {
            color: #1c4259 !important;
            font-size: 12px !important;
        }

            #GDIV > .RadSiteMap .rsmLevel > .rsmItem .rsmLink:hover,
            .RadSiteMap .rsmLevel > .rsmItem .rsmLink:hover {
                color: #b31d3d !important;
                font-size: 12px !important;

            
            }


        #GDIV > .RadSiteMap .rsmLevel > .rsmItem .rsmLink {
            color: #1c4259 !important;
            font-size: 11px !important;
            line-height: 12px !important;
         
        }

            #GDIV > .RadSiteMap .rsmLevel > .rsmItem .rsmLink:hover {
                color: #be1d3d !important;
                font-size: 11px !important;
                line-height: 12px !important;
             
            }

        .RadMenu.RadMenu_Context.higherMenu {
            z-index: 2147483647 !important;
        }

        .RadMenu_Default .rmRootGroup .rmFocused > .rmLink {
            border-color: transparent !important;
            box-shadow: none !important;
        }

 

Thanks,   

No answers yet. Maybe you can help?

Tags
Menu SiteMap
Asked by
Brete
Top achievements
Rank 1
Share this question
or