We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How Can I hide selection box on Selection

Hi,


In Map control, when selecting a country, I would like to hide the blue selection box around this country.

How can I do this please ?

Thank you
Christophe

1 Reply

DD Dharanidharan Dharmasivam Syncfusion Team January 24, 2019 11:18 AM UTC

Hi Christophe, 
 
Greetings from Syncfusion. 
 
We have checked the reported scenario at our end. And the blue border shows when interaction where made. We have added tabIndex to the maps shape element for accessibility. So that’s why while clicking the shape, blue border is appearing. You can remove this by setting path element focus outline as none.  
Please find the below code snippet to achieve this requirement, 
 
<style> 
path:focus { outline: none; } 
</style> 
Screenshot: 
 
 
Sample for your reference, can be found from below link, 
 
 
Regards, 
Dharani. 


Loader.
Live Chat Icon For mobile
Up arrow icon