mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
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:
parent
a45e6838ef
commit
31937c4b0e
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue