我正在使用Twitter引導程序並希望刪除下拉菜單中的向上箭頭whis在我的導航欄中。我在bootstrap.css中找不到參考。bootstrap在下拉菜單中刪除向上箭頭
.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;
}
我找不到對問題中標記的引用。 – Shef
我已經添加了什麼,我可以找到bootstrap.css –