0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

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

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;