Commit 87e99b51 authored by Simon Pai's avatar Simon Pai
Browse files

Fix asymmetry between dropup and dropdown carets.

parent 6e8df2ba
Showing with 2 additions and 1 deletion
+2 -1
...@@ -185,7 +185,8 @@ ...@@ -185,7 +185,8 @@
// Reverse the caret // Reverse the caret
.caret { .caret {
border-top: 0; border-top: 0;
border-bottom: @caret-width-base solid; border-bottom: @caret-width-base dashed;
border-bottom: @caret-width-base solid ~"\9"; // IE8
content: ""; content: "";
} }
// Different positioning for bottom up menu // Different positioning for bottom up menu
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment