Skip to content
Snippets Groups Projects
Commit ebac0ec1 authored by Scott Reeves's avatar Scott Reeves
Browse files

Issue #2738667 by andrewmacpherson, Wim Leers, mgifford: Show/hide group names...

Issue #2738667 by andrewmacpherson, Wim Leers, mgifford: Show/hide group names button in CKEditor toolbar config UI is not keyboard operable
parent 97a10c06
No related branches found
No related tags found
No related merge requests found
......@@ -483,7 +483,7 @@
* A HTML string for the button to toggle group names.
*/
Drupal.theme.ckeditorButtonGroupNamesToggle = function () {
return '<a class="ckeditor-groupnames-toggle" role="button" aria-pressed="false"></a>';
return '<button class="link ckeditor-groupnames-toggle" aria-pressed="false"></button>';
};
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment