1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

Drop .carete (#21525)

This commit is contained in:
Quy
2017-01-03 19:31:27 -08:00
committed by Mark Otto
parent acea0b4cc2
commit 2ea7e388e7
4 changed files with 0 additions and 30 deletions

View File

@@ -128,22 +128,6 @@
}
// Reposition the caret
.btn .caret {
margin-left: 0;
}
// Carets in other button sizes
.btn-lg .caret {
border-width: $caret-width-lg $caret-width-lg 0;
border-bottom-width: 0;
}
// Upside down carets for .dropup
.dropup .btn-lg .caret {
border-width: 0 $caret-width-lg $caret-width-lg;
}
//
// Vertical button groups
//