2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Use CSS hack to fix IE8 .caret regression introduced by #15697; fixes #16172

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2015-04-07 21:59:49 -07:00
parent 8a9d698daf
commit 2b3a9cda4e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@
margin-left: 2px;
vertical-align: middle;
border-top: @caret-width-base dashed;
border-top: @caret-width-base ~"solid\9"; // IE8
border-right: @caret-width-base solid transparent;
border-left: @caret-width-base solid transparent;
}