Rachel
0
Q:

how to remove border on button click

outline:none;
0
<style>
input[type="button"]
{
    width:120px;
    height:60px;
    margin-left:35px;
    display:block;
    background-color:gray;
    color:white;
    border: none;
    outline:none;
}
</style>
1
.btnName{
	outline: none;
}
0
.x-btn:focus, .button:focus, [type="submit"]:focus {
   outline: none;
}
0

New to Communities?

Join the community