MDL-71385 theme: Fix contrast for dimmed text against striped table rows
commit0095f26934f0b259c89862b4ec630f10405cff01
authorJun Pataleta <jun@moodle.com>
Fri, 6 Aug 2021 02:50:43 +0000 (6 10:50 +0800)
committerJun Pataleta <jun@moodle.com>
Thu, 9 Sep 2021 08:02:58 +0000 (9 16:02 +0800)
tree3d0480a4e29930885d049708b60ba9406c8c75bf
parent3e6900105a7eb6455dbb89ca992e54d8e6e7a7a5
MDL-71385 theme: Fix contrast for dimmed text against striped table rows

In order to achieve good colour contrast between dimmed text and striped
table rows, the background colour of the striped rows are being
lightened to 0.03 alpha. While $gray-600 is being adjusted to a bit
darker shade of #6a737b. This gives a colour contrast ratio of 4.5:1
between the dimmed text colour and the striped table row background
which meets WCAG 2.1 Level AA requirements.

Comparing the normal font colour (#212529) with the adjusted dimmed text
colour gives a contrast ratio of 3.20:1 which meets WCAG 2.1 Level AA
requirements and still makes them distinguishable from one another.
theme/boost/scss/preset/default.scss
theme/boost/style/moodle.css
theme/classic/scss/preset/default.scss
theme/classic/style/moodle.css