1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 16:44:17 +02:00

Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

This commit is contained in:
Mark Otto
2015-08-23 23:16:18 -07:00
4 changed files with 26 additions and 2 deletions

View File

@@ -24,6 +24,15 @@
}
}
.dropup {
.dropdown-toggle {
&:after {
border-bottom: $caret-width solid;
border-top: 0;
}
}
}
// The dropdown menu (ul)
.dropdown-menu {
position: absolute;