MDL-69391 theme: Darken course selector text colour

Use $gray-600 for a darker text colour in the course select box.
This also makes the colour consistent with the view selector which
also uses $gray-600.
This commit is contained in:
Jun Pataleta 2020-08-25 12:18:59 +08:00
parent 338fd44c28
commit aca735cdbf
3 changed files with 3 additions and 3 deletions

View File

@ -455,5 +455,5 @@ table.calendartable caption {
} }
.cal_courses_flt { .cal_courses_flt {
color: #868e96; color: $gray-600;
} }

View File

@ -13006,7 +13006,7 @@ table.calendartable caption {
margin: 0; } margin: 0; }
.cal_courses_flt { .cal_courses_flt {
color: #868e96; } color: #6c757d; }
.content-bank-container .cb-content-wrapper { .content-bank-container .cb-content-wrapper {
padding: 0.5rem; padding: 0.5rem;

View File

@ -13220,7 +13220,7 @@ table.calendartable caption {
margin: 0; } margin: 0; }
.cal_courses_flt { .cal_courses_flt {
color: #868e96; } color: #6c757d; }
.content-bank-container .cb-content-wrapper { .content-bank-container .cb-content-wrapper {
padding: 0.5rem; padding: 0.5rem;