moodle-an-hochschulen / moodle-theme_boost_campus

Moodle 3.x Boost child theme which is intended to meet the needs of university campuses and adds several features and improvements ––– for Moodle 4.x please use our Theme Boost Union
GNU General Public License v3.0
38 stars 25 forks source link

thead in capability overview white on white background #24

Closed t-schroeder closed 6 years ago

t-schroeder commented 6 years ago

Go to Site administration > Users > Permissions > Capability overview. Select any capability. Then select All roles. Click Get the overview. This is what it looks like: thead As you can see, the links to the roles in the thead are white on a white background until you hover over them.

The cause for that seems to be:

thead a {
    color: #fff;
}
Kathrin84 commented 6 years ago

Hi, thanks for the report. However, I cannot reproduce this: capability Are you sure this is with plain boost_campus and not a change in your own (RAW) SCSS? I did not change any CSS rule regarding this aspect. This is all plain Boost functionality - the links are displayed with the $brand-primary color. Best, Kathrin

t-schroeder commented 6 years ago

Oops. Yes, you are right. This is configured in our custom SCSS. Sorry to have bothered you with this.