MDL-85360 theme_boost: Fix active item indicator spacing
The fix in MDL-85017 covered the More menu; however, the secondary navigation within the Single activity course format was not updated.
This commit is contained in:
@@ -87,10 +87,11 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
// Make space for active item indicator.
|
||||
.dropdown-item {
|
||||
padding-left: map-get($spacers, 4);
|
||||
}
|
||||
}
|
||||
|
||||
// Make space for active item indicator.
|
||||
.dropdown-item {
|
||||
padding-left: map-get($spacers, 4);
|
||||
}
|
||||
|
||||
.dropdown-item[aria-current="true"],
|
||||
|
||||
@@ -40542,7 +40542,7 @@ div.editor_atto_toolbar button .icon {
|
||||
.moremenu .dropdownmoremenu > .dropdown-menu .dropdown-menu .dropdown-divider {
|
||||
display: none;
|
||||
}
|
||||
.moremenu .dropdownmoremenu > .dropdown-menu .dropdown-item {
|
||||
.moremenu .dropdown-item {
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
.moremenu .dropdown-item[aria-current=true],
|
||||
|
||||
@@ -40476,7 +40476,7 @@ div.editor_atto_toolbar button .icon {
|
||||
.moremenu .dropdownmoremenu > .dropdown-menu .dropdown-menu .dropdown-divider {
|
||||
display: none;
|
||||
}
|
||||
.moremenu .dropdownmoremenu > .dropdown-menu .dropdown-item {
|
||||
.moremenu .dropdown-item {
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
.moremenu .dropdown-item[aria-current=true],
|
||||
|
||||
Reference in New Issue
Block a user