v4 - Dropup caret direction incorrect

Fix #17144
This commit is contained in:
Kevin Kirsche 2015-08-20 12:44:11 -04:00 committed by Kevin Kirsche
parent d07782ca2a
commit e707a45b1f
1 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,15 @@
}
}
.dropup {
.dropdown-toggle {
&:after {
border-bottom: $caret-width solid;
border-top: none;
}
}
}
// The dropdown menu (ul)
.dropdown-menu {
position: absolute;