Commit 27ada0f5 authored by XhmikosR's avatar XhmikosR
Browse files

dropdowns.less: Add space before IE8 workaround.

This in turn works around an issue with clean-css (fixed in 3.2.6). So this basically is just a consistency change.
parent e6438592
5 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples,!16384dropdowns.less: Add space before IE8 workaround.
Showing with 1 addition and 1 deletion
+1 -1
......@@ -11,7 +11,7 @@
margin-left: 2px;
vertical-align: middle;
border-top: @caret-width-base dashed;
border-top: @caret-width-base ~"solid\9"; // IE8
border-top: @caret-width-base solid ~"\9"; // IE8
border-right: @caret-width-base solid transparent;
border-left: @caret-width-base solid transparent;
}
......
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