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-09-03 11:11:29 +08:00
parent 61d32ad081
commit 8d5470145d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -455,5 +455,5 @@ table.calendartable caption {
}
.cal_courses_flt {
color: #868e96;
color: $gray-600;
}
+1 -1
View File
@@ -13006,7 +13006,7 @@ table.calendartable caption {
margin: 0; }
.cal_courses_flt {
color: #868e96; }
color: #6c757d; }
.content-bank-container .cb-content-wrapper {
padding: 0.5rem;
+1 -1
View File
@@ -13220,7 +13220,7 @@ table.calendartable caption {
margin: 0; }
.cal_courses_flt {
color: #868e96; }
color: #6c757d; }
.content-bank-container .cb-content-wrapper {
padding: 0.5rem;