1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 06:21:26 +02:00

Handle dropup for Dropdown

This commit is contained in:
Johann-S
2017-04-17 14:26:40 +02:00
parent 69de65180f
commit 53ee455bc7
4 changed files with 31 additions and 10 deletions

View File

@@ -23,6 +23,8 @@
}
}
// Allow for dropdowns to go bottom up (aka, dropup-menu)
// Just add .dropup after the standard .dropdown class and you're set.
.dropup {
.dropdown-toggle {
&::after {
@@ -133,9 +135,3 @@
color: $dropdown-header-color;
white-space: nowrap; // as with > li > a
}
// Allow for dropdowns to go bottom up (aka, dropup-menu)
//
// Just add .dropup after the standard .dropdown class and you're set.
//.dropup {}