2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Fix mobile menu jump & double border

This commit is contained in:
Martijn Cuppens
2020-10-26 18:56:41 +01:00
committed by Mark Otto
parent 61b5efbaf7
commit 5d310db486
2 changed files with 35 additions and 39 deletions
+2 -8
View File
@@ -66,10 +66,10 @@
}
.bd-links {
width: 100%;
padding-top: 1rem;
padding-bottom: 1rem;
margin-right: -15px;
margin-left: -15px;
border-top: 1px solid rgba(0, 0, 0, .05);
@include media-breakpoint-up(md) {
@supports (position: sticky) {
@@ -77,11 +77,6 @@
overflow-y: auto;
}
}
// Override collapse behaviors
@include media-breakpoint-up(md) {
display: block !important;
}
}
.bd-search {
@@ -89,7 +84,6 @@
padding: 1rem 15px;
margin-right: -15px;
margin-left: -15px;
border-bottom: 1px solid rgba(0, 0, 0, .05);
.form-control:focus {
border-color: $bd-purple-bright;