From: Kevin Kirsche Date: Thu, 20 Aug 2015 16:44:11 +0000 (-0400) Subject: v4 - Dropup caret direction incorrect X-Git-Tag: v4.0.0-alpha.2~426^2~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e707a45b1f3c12b633d7186b61540cae93dc1128;p=thirdparty%2Fbootstrap.git v4 - Dropup caret direction incorrect Fix #17144 --- diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index d3588d2707..615caae333 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -24,6 +24,15 @@ } } +.dropup { + .dropdown-toggle { + &:after { + border-bottom: $caret-width solid; + border-top: none; + } + } +} + // The dropdown menu (ul) .dropdown-menu { position: absolute;