单击其中一个按钮并返回主页面后,单击的按钮以方形蓝色边框为边界.如何删除此边框,以便在单击它后圆圈按钮周围没有方形边框?
button { width: 100px; height: 100px; background: #3F6; border-color: #000; border-radius: 4em; } button:hover { background: #F00; }
<a href="#" target="_blank"><button>Test</button></a> <a href="#" target="_blank"><button>Test</button></a> <a href="#" target="_blank"><button>Test</button></a> <a href="#" target="_blank"><button>Test</button></a>