mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-03 05:14:16 +03:00
fixed nav item ripples
This commit is contained in:
parent
cd0682b56d
commit
2a2e8856ee
|
@ -46,4 +46,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
// used to correctly size ripple container
|
||||
.nav {
|
||||
.nav-item {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,14 +19,8 @@
|
|||
@include clearfix;
|
||||
}
|
||||
// #853 end - https://github.com/twbs/bootstrap/pull/18976/files
|
||||
}
|
||||
|
||||
.navbar-nav {
|
||||
.nav-item {
|
||||
position: relative; // used to correctly size ripple container
|
||||
> .container {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar > .container {
|
||||
flex: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user