mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-79063 theme_boost: Match .disabled font colour with .text-muted
* 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.
This commit is contained in:
parent
f12e1b82a0
commit
23d6705ad6
@ -2087,7 +2087,7 @@ a.disabled {
|
||||
text-decoration: none;
|
||||
cursor: default;
|
||||
font-style: italic;
|
||||
color: #808080;
|
||||
color: $text-muted;
|
||||
}
|
||||
|
||||
body.lockscroll {
|
||||
|
@ -14809,7 +14809,7 @@ a.disabled {
|
||||
text-decoration: none;
|
||||
cursor: default;
|
||||
font-style: italic;
|
||||
color: #808080;
|
||||
color: #6a737b;
|
||||
}
|
||||
|
||||
body.lockscroll {
|
||||
|
@ -14809,7 +14809,7 @@ a.disabled {
|
||||
text-decoration: none;
|
||||
cursor: default;
|
||||
font-style: italic;
|
||||
color: #808080;
|
||||
color: #6a737b;
|
||||
}
|
||||
|
||||
body.lockscroll {
|
||||
|
Loading…
x
Reference in New Issue
Block a user