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

Opacity problem in hidden sections #450

Open
jrm-unamur opened this issue Oct 31, 2016 · 0 comments
Open

Opacity problem in hidden sections #450

jrm-unamur opened this issue Oct 31, 2016 · 0 comments

Comments

@jrm-unamur
Copy link

Hi Bas,
When a section is hidden, opacity is set to 0.5 on the '

  • ' element, children elements thus inheriting this property. There is a poblem with the collapsible menus on the right hand side of the section. If one of these menus overlaps a non-hidden section, edit buttons for this section can be seen by transparency (see screenshot).
    Opacity should not be set on li element, but rather like it's done in core themes:

    .course-content ul li.section.hidden .sectionname > span, .course-content ul li.section.hidden .content > div, .course-content ul li.section.hidden .activity .activityinstance {
        opacity: 0.5;
    }
    

    Kind regards

    capture d ecran 2016-10-31 a 08 45 24

  • 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