How to remove focus around buttons on click

How to remove focus around buttons on click

BY 01 Jul 2015 Web Application Development

Hi,

I have developed an application in which when i click on button then its focus appers on the button and its corrner.

I want when i click on the button its focus should not appers.I have used the code which is not working.

.btn:focus

{

outline: none;

}

or

$(‘#mt1’).blur();

Its not working.

 

Please help me

Thanks in advance

 

Mohit Kumar

 

Written by