我可以请你看一下This Demo并告诉我如何在点击后点击灰色背景颜色并点击按钮后?我这样做了
.btn-hallow:hover{
background: none;
color: aliceblue;
}
.btn-hallow.active:focus{
background: none;
}
.btn-hallow:active:focus{
background: none;
}
但仍然得到灰色背景:
答案 0 :(得分:1)
从btn-default
btn-group