Merge branch 'MDL-85742-main' of https://github.com/lucaboesch/moodle
This commit is contained in:
@@ -285,6 +285,14 @@ $blocks-plus-gutter: calc(#{$blocks-column-width} + (#{$grid-gutter-width} * 0.5
|
||||
padding-left: 5.55em;
|
||||
}
|
||||
}
|
||||
.block_timeline {
|
||||
.dropdown-menu {
|
||||
// Make space for active item indicator.
|
||||
.dropdown-item {
|
||||
padding-left: map-get($spacers, 4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Blocks block_settings and block_navigation
|
||||
|
||||
@@ -29794,6 +29794,10 @@ aside[id^=block-region-side-] .block_recentlyaccesseditems .card:nth-of-type(n+4
|
||||
padding-left: 5.55em;
|
||||
}
|
||||
|
||||
.block_timeline .dropdown-menu .dropdown-item {
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
|
||||
.block_settings .block_tree [aria-expanded=true],
|
||||
.block_settings .block_tree [aria-expanded=true].emptybranch,
|
||||
.block_settings .block_tree [aria-expanded=false],
|
||||
|
||||
@@ -29794,6 +29794,10 @@ aside[id^=block-region-side-] .block_recentlyaccesseditems .card:nth-of-type(n+4
|
||||
padding-left: 5.55em;
|
||||
}
|
||||
|
||||
.block_timeline .dropdown-menu .dropdown-item {
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
|
||||
.block_settings .block_tree [aria-expanded=true],
|
||||
.block_settings .block_tree [aria-expanded=true].emptybranch,
|
||||
.block_settings .block_tree [aria-expanded=false],
|
||||
|
||||
Reference in New Issue
Block a user