我已经尝试了我能想到的一切来删除它。如何在焦点边框上删除这个疯狂的 Firefox?当我单击输入区域时,它将以橙色边框突出显示。
这是我的 CSS
.noFocus:focus {
outline: none !important;
border: none !important;
-moz-appearance:none;
}
和
textarea:focus, input:focus{
outline: none;
border: none !important;
-moz-appearance:none;
}