CuBoulder / ucb_ckeditor_plugins

This Drupal 9+ module contains a collection of CKEditor 5 plugins to add functionality to the WYSIWYG editor.
GNU General Public License v2.0
1 stars 0 forks source link

Invisible plugin should use `visually-hidden` instead of `sr-only` #78

Closed timurtripp closed 1 week ago

timurtripp commented 1 week ago

In CuBoulder/tiamat-theme#1024 we switched away from the deprecated sr-only class to the new visually-hidden. We need to update the CKEditor 5 plugin to match.