当我单击其他地方时,边框消失了,我尝试使用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">