2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
-16
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
//