Commit 27ada0f5 authored by XhmikosR's avatar XhmikosR

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
......@@ -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;
}
......
Markdown is supported
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