MDL-63240 theme Boost: Removed z-indexes for border styling in navdrawer

This commit is contained in:
Kathrin Osswald 2019-05-23 15:01:10 +02:00
parent a866c5c238
commit ca0e331cde
3 changed files with 29 additions and 2 deletions

View File

@ -47,6 +47,17 @@ $drawer-bg: $gray-lighter !default;
#nav-drawer {
right: auto;
left: 0;
/* Override the z-indexes defined in bootstrap/_list-group.scss that
lead to side effects on the user tours positioning. */
.list-group-item-action.active,
.list-group-item.active {
z-index: inherit;
}
.list-group-item-action.active + .list-group-item,
.list-group-item.active + .list-group-item {
border-top: none;
}
}
#page {
margin-top: $fixed-header-y;

View File

@ -12602,7 +12602,15 @@ span.editinstructions {
#nav-drawer {
right: auto;
left: 0; }
left: 0;
/* Override the z-indexes defined in bootstrap/_list-group.scss that
lead to side effects on the user tours positioning. */ }
#nav-drawer .list-group-item-action.active,
#nav-drawer .list-group-item.active {
z-index: inherit; }
#nav-drawer .list-group-item-action.active + .list-group-item,
#nav-drawer .list-group-item.active + .list-group-item {
border-top: none; }
#page {
margin-top: 50px; }

View File

@ -12849,7 +12849,15 @@ span.editinstructions {
#nav-drawer {
right: auto;
left: 0; }
left: 0;
/* Override the z-indexes defined in bootstrap/_list-group.scss that
lead to side effects on the user tours positioning. */ }
#nav-drawer .list-group-item-action.active,
#nav-drawer .list-group-item.active {
z-index: inherit; }
#nav-drawer .list-group-item-action.active + .list-group-item,
#nav-drawer .list-group-item.active + .list-group-item {
border-top: none; }
#page {
margin-top: 50px; }