diff options
| author | Kevin Kirsche <[email protected]> | 2015-08-20 12:44:11 -0400 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-08-23 08:12:56 -0400 |
| commit | e707a45b1f3c12b633d7186b61540cae93dc1128 (patch) | |
| tree | 88b9434ff1d0a4ebd91d20136ab7a534c44d17ed | |
| parent | d07782ca2a0c31d8efdea983248333492c849eb1 (diff) | |
| download | bootstrap-e707a45b1f3c12b633d7186b61540cae93dc1128.tar.xz bootstrap-e707a45b1f3c12b633d7186b61540cae93dc1128.zip | |
v4 - Dropup caret direction incorrect
Fix #17144
| -rw-r--r-- | scss/_dropdown.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index d3588d270..615caae33 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; |
