fixed nav item ripples

This commit is contained in:
FezVrasta 2016-08-02 20:44:55 +02:00
parent cd0682b56d
commit 2a2e8856ee
2 changed files with 8 additions and 9 deletions

View File

@ -46,4 +46,9 @@
} }
} }
// used to correctly size ripple container
.nav {
.nav-item {
position: relative;
}
}

View File

@ -19,14 +19,8 @@
@include clearfix; @include clearfix;
} }
// #853 end - https://github.com/twbs/bootstrap/pull/18976/files // #853 end - https://github.com/twbs/bootstrap/pull/18976/files
}
.navbar-nav { > .container {
.nav-item { flex: 1;
position: relative; // used to correctly size ripple container
} }
} }
.navbar > .container {
flex: 1;
}