Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions app/styles/facilitator-syllabus.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,15 @@
scrollbar-color: #33415b transparent;
}

/* The Bonus Milestone toggle owns the visual collapse state. Using the
adjacent sibling selector keeps the list collapsed even if React/i18n
replaces or mutates the list after the toggle has been installed. */
.bonus-milestone-optimized
> .bonus-gear-toggle[aria-expanded="false"]
+ .facilitator-syllabus-list {
display: none !important;
}

.facilitator-syllabus-list > article {
display: grid;
grid-template-columns: auto minmax(0, 1fr) auto;
Expand Down
Loading
Loading