Replace bootstrap .caret with unicode

This commit is contained in:
the-djmaze 2022-07-21 11:45:08 +02:00
parent 1905a2c96c
commit 62d13a12d1
6 changed files with 8 additions and 37 deletions

View file

@ -54,9 +54,3 @@
.btn-group > .btn.active {
z-index: 2;
}
// Reposition the caret
.btn .caret {
margin-top: 8px;
margin-left: 0;
}

View file

@ -3,28 +3,6 @@
// --------------------------------------------------
// Use the .menu class on any <li> element within the topbar or ul.tabs and you'll get some superfancy dropdowns
.dropdown {
position: relative;
}
// Dropdown arrow/caret
// --------------------
.caret {
display: inline-block;
width: 0;
height: 0;
vertical-align: top;
border: 4px solid transparent;
border-top-color: @black;
}
// Place the caret
.dropdown .caret {
margin-top: 8px;
margin-left: 2px;
}
// The dropdown menu (ul)
// ----------------------
.dropdown-menu {