【发布时间】:2020-10-24 11:05:46
【问题描述】:
我创建了一个带有 hello-elementor 主题的 WordPress 网站: https://taligrade-profits.000webhostapp.com/hallo-welt/
当我单击“发表评论”按钮时,该按钮会显示黑色边框(仅在 Google Chrome 中)。我想摆脱这种影响。
我还添加了一点 CSS(因为我想这样设计那个按钮):
.submit {
background-color: #8766ff;
border: none !important;
color: white;
font-size: 18px;
}
.submit:hover {
background-color: #8766ff;
transform: scale(1.1);
}
我无法摆脱这个“焦点”事件,它既不是边框也不是边距。而且它只出现在 Chrome 中。
我怎样才能摆脱这个焦点边框?
【问题讨论】: