mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
Merge pull request #17147 from kkirsche/patch-14
v4 - Dropup caret direction incorrect
This commit is contained in:
@@ -24,6 +24,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.dropup {
|
||||
.dropdown-toggle {
|
||||
&:after {
|
||||
border-bottom: $caret-width solid;
|
||||
border-top: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// The dropdown menu (ul)
|
||||
.dropdown-menu {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user