MDL-69644 tool_dataprivacy: fix focus outline of contact DPO link.
The link class attribute is a leftover from7258bf0b, which was mostly removed in3b2f691f. It no longer serves a purpose and interferes with the element focus outline.
This commit is contained in:
@@ -63,7 +63,6 @@ class renderer extends plugin_renderer_base {
|
||||
$params = [
|
||||
'data-action' => 'contactdpo',
|
||||
'data-replytoemail' => $replytoemail,
|
||||
'class' => 'contactdpo'
|
||||
];
|
||||
return html_writer::link('#', get_string('contactdataprotectionofficer', 'tool_dataprivacy'), $params);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user