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.
This commit is contained in:
XhmikosR 2015-04-28 11:25:38 +03:00
parent e6438592e9
commit 27ada0f5e2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}