mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #17147 from kkirsche/patch-14
v4 - Dropup caret direction incorrect
This commit is contained in:
commit
02069152a2
1 changed files with 9 additions and 0 deletions
|
@ -24,6 +24,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
.dropup {
|
||||
.dropdown-toggle {
|
||||
&:after {
|
||||
border-bottom: $caret-width solid;
|
||||
border-top: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// The dropdown menu (ul)
|
||||
.dropdown-menu {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue