1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02:00

Merge branch 'v4-dev' into yiq-function-update

This commit is contained in:
Gijs Boddeus
2017-10-05 08:38:59 +02:00
committed by GitHub
7 changed files with 11 additions and 23 deletions

View File

@@ -74,13 +74,6 @@
position: static;
float: none;
}
.dropdown-toggle {
&::after {
border-top: $caret-width solid;
border-bottom: 0;
}
}
}
@@ -151,18 +144,6 @@
padding-right: 0;
padding-left: 0;
}
.dropup {
.dropdown-menu {
position: absolute;
top: auto;
bottom: 100%;
}
.dropdown-toggle {
@include caret(up);
}
}
}
@include media-breakpoint-up($next) {
@@ -203,6 +184,13 @@
.navbar-toggler {
display: none;
}
.dropup {
.dropdown-menu {
top: auto;
bottom: 100%;
}
}
}
}
}