mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-76825 tiny: restyling link on focus for sufficient colour contrast.
Text elements must have sufficient colour contrast against the background, restyling the link element when it is focused is to ensure colour contrast of at least 4.5:1
This commit is contained in:
parent
b12b738994
commit
bd35a360ca
@ -2,3 +2,12 @@ body.mce-content-body {
|
||||
margin: revert;
|
||||
text-align: initial;
|
||||
}
|
||||
|
||||
/** Web Accessibility - color contrast. */
|
||||
body.mce-content-body a[data-mce-selected="inline-boundary"] {
|
||||
background-color: unset;
|
||||
}
|
||||
body.mce-content-body a {
|
||||
color: #0f6cbf;
|
||||
}
|
||||
/** */
|
Loading…
x
Reference in New Issue
Block a user