-
Bug
-
Resolution: Fixed
-
Minor
-
2.8.7, 2.9.1, 3.0
-
MOODLE_28_STABLE, MOODLE_29_STABLE, MOODLE_30_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
wip_
MDL-50869_master -
Given the themes forum post: https://moodle.org/mod/forum/discuss.php?d=316936 which demonstrates that the 'alert' box colour is not accessible. This is defined in: https://github.com/moodle/moodle/blob/MOODLE_29_STABLE/theme/bootstrapbase/less/bootstrap/variables.less#L233-L234 and applied here: https://github.com/moodle/moodle/blob/MOODLE_29_STABLE/theme/bootstrapbase/less/moodle/question.less#L225-L229. Interestingly, Bootstrap V3 has fixed this: https://github.com/twbs/bootstrap/blob/master/less/variables.less#L507-L508.
Therefore I suggest that 'bootstrap-override.less' has:
@warningText: #8a6d3b;
|
- will help resolve
-
MDL-44320 Bootstrap warnings/errors do not meet WCAG AA for contrast
- Closed