Issue #2738667 by andrewmacpherson, Wim Leers, mgifford: Show/hide group names button in CKEditor toolbar config UI is not keyboard operable
parent
97a10c061d
commit
ebac0ec1ee
|
@ -483,7 +483,7 @@
|
||||||
* A HTML string for the button to toggle group names.
|
* A HTML string for the button to toggle group names.
|
||||||
*/
|
*/
|
||||||
Drupal.theme.ckeditorButtonGroupNamesToggle = function () {
|
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>';
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue