]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix asymmetry between dropup and dropdown carets. 16614/head
authorSimon Pai <simonpai@users.noreply.github.com>
Wed, 10 Jun 2015 07:52:01 +0000 (15:52 +0800)
committerSimon Pai <simonpai@users.noreply.github.com>
Wed, 10 Jun 2015 07:52:01 +0000 (15:52 +0800)
less/dropdowns.less

index d2a872d8c4b604bedca61a3e6198558826df402d..f6876c1a9b2a8d7fb3574d090248f4762139c0c2 100644 (file)
   // Reverse the caret
   .caret {
     border-top: 0;
-    border-bottom: @caret-width-base solid;
+    border-bottom: @caret-width-base dashed;
+    border-bottom: @caret-width-base solid ~"\9"; // IE8
     content: "";
   }
   // Different positioning for bottom up menu