我正在使用 Twitter 引导程序,并希望删除下拉菜单上的向上箭头,这在我的导航中。我在 bootstrap.css 中找不到参考。
.navbar .dropdown-menu:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #000; /* change color here, modified for a black arrow */
position: absolute;
top: -6px;
left: 10px;
}