2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

fixes #5177: remove color on .btn-large .caret, but keep sizing change; also start to add CSS tests for buttons

This commit is contained in:
Mark Otto
2012-09-18 12:00:57 -07:00
parent 13be8b2031
commit cc3de8bd6e
3 changed files with 141 additions and 4 deletions
+1 -2
View File
@@ -191,8 +191,7 @@
}
// Upside down carets for .dropup
.dropup .btn-large .caret {
border-bottom: 5px solid @black;
border-top: 0;
border-bottom-width: 5px;
}