Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frame and the dropdown arrow for participants visible although the section is hidden #104

Open
meretracz opened this issue Jan 23, 2025 · 0 comments

Comments

@meretracz
Copy link

Hi

After updating from Moodle 4.4 to 4.5, the frame and the dropdown arrow for participants are visible despite the section is being hidden. The participant can't see the content and the title, they only see the frame and the dropdown.

We would be very happy, if this issue could be fixed soon.

In the meantime, we had tried this CSS in the raw SCSS Section with no changes:
hidden,
dimmed {
display: none !important;
visibility: hidden !important;
border: none !important;
box-shadow: none !important;
outline: none !important;
background: none !important
}

.course-section.hidden {
display: none !important;
and the rest too}

li.hidden {
display: none !important
}

li[aria-hidden="true"] {
display: none !important
and the rest too
}

li[aria-labelledby*="section-"] {
display: none !important;
}
with this code all list-Elements are away (including the visible ones)

li.card.section.main.collapsed[aria-hidden="true"]
li.card.section.main{aria-hidden="true"] {
display: none !important;
}

We also tried putting .role-student in front of the CSS but this didn't work either.

Thank you in advance for your response.

Kind regards
Meret

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant