Issue #2738667 by andrewmacpherson, Wim Leers, mgifford: Show/hide group names button in CKEditor toolbar config UI is not keyboard operable

8.2.x
Scott Reeves 2016-07-31 11:18:25 -04:00
parent 97a10c061d
commit ebac0ec1ee
1 changed files with 1 additions and 1 deletions

View File

@ -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>';
};
/**