2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Fix asymmetry between dropup and dropdown carets.

This commit is contained in:
Simon Pai
2015-06-10 15:52:01 +08:00
parent 6e8df2ba58
commit 87e99b5155
+2 -1
View File
@@ -185,7 +185,8 @@
// Reverse the caret
.caret {
border-top: 0;
border-bottom: @caret-width-base solid;
border-bottom: @caret-width-base dashed;
border-bottom: @caret-width-base solid ~"\9"; // IE8
content: "";
}
// Different positioning for bottom up menu