在Bootstrap中,导航导航中的徽章respond to the active state,但导航栏导航中的徽章不会。
我通过在活动标签导航中为徽章添加CSS类来获得所需的行为:
/* Active bootstrap badges on active tabs */
.nav-tabs .active a .badge {
background-color: rgb(66, 139, 202);
}
但我想知道为什么这不是默认行为?
答案 0 :(得分:0)
使用此
.nav-tabs .active a .badge {
background-color: rgb(66, 139, 202);
}
并且必须在bootstrap文件后存入文件,因此将覆盖默认的