diff --git a/theme/ckeditor5-restricted-editing/restrictedediting.css b/theme/ckeditor5-restricted-editing/restrictedediting.css index 66c34f3..298f68f 100644 --- a/theme/ckeditor5-restricted-editing/restrictedediting.css +++ b/theme/ckeditor5-restricted-editing/restrictedediting.css @@ -43,6 +43,7 @@ .ck-restricted-editing_mode_restricted { cursor: default; + /* For some reason, we also need to override user agent styles for links inside the editor. */ & *:not(.restricted-editing-exception) { cursor: default; }