mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-05 04:13:05 +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;
|
@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;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user