Commit 02069152 authored by Mark Otto's avatar Mark Otto

Merge pull request #17147 from kkirsche/patch-14

v4 - Dropup caret direction incorrect
parents 096ed52e e707a45b
...@@ -24,6 +24,15 @@ ...@@ -24,6 +24,15 @@
} }
} }
.dropup {
.dropdown-toggle {
&:after {
border-bottom: $caret-width solid;
border-top: none;
}
}
}
// The dropdown menu (ul) // The dropdown menu (ul)
.dropdown-menu { .dropdown-menu {
position: absolute; position: absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment