class dimmed to invisible courses

Issue #622 closed
Gisele Brugger created an issue

Hello,

In dasboard and block : course_list when a course is set visible=0 exist a class dimmed with color : #999 But this no change color to invisible courses. I test the same with boost and color changed.

I dont have any additional css code that could be overriding the dimmed class

see images

Comments (13)

  1. Gisele Brugger reporter

    EUREKA...

    i put the same code de boost in aditional css adaptable:

    .text-muted, a.dimmed, a.dimmed:link, a.dimmed:visited, a.dimmed_text, a.dimmed_text:link, a.dimmed_text:visited, .dimmed_text, .dimmed_text a, .dimmed_text a:link, .dimmed_text a:visited, .usersuspended, .usersuspended a, .usersuspended a:link, .usersuspended a:visited, .dimmed_category, .dimmed_category a, .tag_feed .media .muted a, #page-admin-qtypes .disabled, #page-admin-qbehaviours .disabled, #page-admin-plugins #plugins-control-panel .pluginname .componentname, #page-admin-plugins #plugins-control-panel .version .versionnumber, #page-admin-plugins #plugins-control-panel .notes .requiredby, #plugins-check-page .page-description, #plugins-check-page #plugins-check .requires-ok, #plugins-check-page #plugins-check .displayname .plugindir, #plugins-check-page #plugins-check-available-dependencies .displayname .component, .block .minicalendar td.weekend, .course-content .section-summary .section-summary-activities .activity-count, #course-category-listings .listitem[data-visible="0"], #course-category-listings .listitem[data-visible="0"]>div>a, #course-category-listings .listing-pagination-totals.dimmed, .fitem.disabled .fp-btn-choose, .form-defaultinfo, .form-label .form-shortname, .formsettingheading .form-horizontal, .no-felement.fstatic, .path-backup .backup_progress .backup_stage { color: #818a91!important; }

    Its OK now

    Thank you for the wonderful theme.

  2. Info 3bits

    Could you add:

    .dimmed {
        #999999 !important;
    }
    

    instead the BS4 CSS?

    This code shouldn't be used because is not compatible with BS2 used by the rest of themes.

  3. Info 3bits

    Are you using some 3rd party plugin?

    Development is made using 3.2 and works well.

    .dimmed is the class used by moodle and should be applied to the courses block and the courses list as well.

  4. Info 3bits

    The question was related the courses. Do you have any 3rd party block to display the courses? The default block and the courses lists works well in 3.2

  5. Log in to comment