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 14:40:34 +08:00
parent 2d450e9a3b
commit b58a45df37
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
@@ -12986,7 +12986,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
@@ -13201,7 +13201,7 @@ table.calendartable caption {
margin: 0; }
.cal_courses_flt {
color: #868e96; }
color: #6c757d; }
.content-bank-container .cb-content-wrapper {
padding: 0.5rem;