どこかをクリックすると、境界線が消え、onfocus noneを試しましたが、助けにはなりませんでした。クリックしたときに醜いボタンの境界線を消すにはどうすればよいですか。
input[type="button"] {
width: 120px;
height: 60px;
margin-left: 35px;
display: block;
background-color: gray;
color: white;
border: none;
}
<input type="button" value="Example Button">