]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
v4 - Dropup caret direction incorrect 17147/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Thu, 20 Aug 2015 16:44:11 +0000 (12:44 -0400)
committerKevin Kirsche <Kev.Kirsche@gmail.com>
Sun, 23 Aug 2015 12:12:56 +0000 (08:12 -0400)
Fix #17144

scss/_dropdown.scss

index d3588d270700077ed16effb9943f88e5ec65be73..615caae333feb6badd48fb77fbbdc76c257ce09e 100644 (file)
   }
 }
 
+.dropup {
+  .dropdown-toggle {
+    &:after {
+      border-bottom: $caret-width solid;
+      border-top: none;
+    }
+  }
+}
+
 // The dropdown menu (ul)
 .dropdown-menu {
   position: absolute;