【发布时间】:2020-01-05 01:48:40
【问题描述】:
我正在处理this example 并正在寻找如何摆脱下拉选择按钮和下拉菜单内的搜索收件箱的蓝色轮廓。看这张图片:
我已经试过了:
.btn-default {
outline: none !important;
box-shadow: none !important;
background-color: transparent !important;
background-image: none !important;
}
input, textarea, select, a { outline: none !important; }
input:focus, textarea:focus, select:focus{ outline: none; }
但他们没有做到这一点。
【问题讨论】:
-
我相信这是 :focus