gpt4 book ai didi

html - 当我点击我的 HTML 按钮时,会显示一个蓝色的 "selection"边框

转载 作者:搜寻专家 更新时间:2023-10-31 08:07:05 26 4
gpt4 key购买 nike

<分区>

我创建了这个 HTML 按钮,并在使用 CSS 对其设置样式后,每次单击它时,它周围都会出现一个蓝色的选择边框。有没有什么办法解决这一问题?我知道默认的未更改元素在我创建它时不会执行此操作,因此我认为它一定与我添加的 CSS 有关。

HTML:

<button type="button" class="drop-button" >-</button>

CSS:

.drop-button {
background-color: #343436;
color: #FFFFFF;
border: none;
border-radius: 5px;
margin-right: 8px;
margin-left: 4px;
height: 20px;
width: 25px;
font-size: 20px;
vertical-align: middle;
line-height: 0px;
}

Here is a link to it. http://jsfiddle.net/xytxnpyt/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com