MDL-87949 gradingform_rubric: accessible "Click to edit" colour.
Darken it to meet the WCAG AA standards for accessible text. This colour is also consistent with the accompanying buttons.
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
|
||||
.gradingform_guide .plainvalue.empty {
|
||||
font-style: italic;
|
||||
color: #aaa;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.gradingform_guide .plainvalue.editname {
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
|
||||
.gradingform_rubric .plainvalue.empty {
|
||||
font-style: italic;
|
||||
color: #aaa;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
/* Make invisible the buttons 'Move up' for the first criterion and
|
||||
|
||||
Reference in New Issue
Block a user