Skip to content

Commit

Permalink
MDL-79063 theme_boost: Match .disabled font colour with .text-muted
Browse files Browse the repository at this point in the history
* For consistency
* The font colour for .text-muted meets a contrast ratio of 4.69:1
which meets WCAG 2.1 Level AA success criterion for minimum contrast.
  • Loading branch information
junpataleta committed Aug 18, 2023
1 parent f12e1b8 commit 23d6705
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/core.scss
Expand Up @@ -2087,7 +2087,7 @@ a.disabled {
text-decoration: none;
cursor: default;
font-style: italic;
color: #808080;
color: $text-muted;
}

body.lockscroll {
Expand Down
2 changes: 1 addition & 1 deletion theme/boost/style/moodle.css
Expand Up @@ -14809,7 +14809,7 @@ a.disabled {
text-decoration: none;
cursor: default;
font-style: italic;
color: #808080;
color: #6a737b;
}

body.lockscroll {
Expand Down
2 changes: 1 addition & 1 deletion theme/classic/style/moodle.css
Expand Up @@ -14809,7 +14809,7 @@ a.disabled {
text-decoration: none;
cursor: default;
font-style: italic;
color: #808080;
color: #6a737b;
}

body.lockscroll {
Expand Down

0 comments on commit 23d6705

Please sign in to comment.