Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
junpataleta committed Aug 25, 2020
1 parent dc378c7 commit d0d16bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion theme/boost/scss/moodle/calendar.scss
Expand Up @@ -439,5 +439,5 @@ table.calendartable caption {
}

.cal_courses_flt {
color: #868e96;
color: $gray-600;
}
2 changes: 1 addition & 1 deletion theme/boost/style/moodle.css
Expand Up @@ -12612,7 +12612,7 @@ table.calendartable caption {
margin: 0; }

.cal_courses_flt {
color: #868e96; }
color: #6c757d; }

/* course.less */
/* COURSE CONTENT */
Expand Down
2 changes: 1 addition & 1 deletion theme/classic/style/moodle.css
Expand Up @@ -12852,7 +12852,7 @@ table.calendartable caption {
margin: 0; }

.cal_courses_flt {
color: #868e96; }
color: #6c757d; }

/* course.less */
/* COURSE CONTENT */
Expand Down

0 comments on commit d0d16bd

Please sign in to comment.