Other: Set default cursor in restricted editing mode while restricted editing exceptions still have text cursor when you hover over them. Closes ckeditor/ckeditor5#5992.
@@ -39,3 +39,20 @@
padding-left: 1em;
}
+
+.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) {
+ }
+}
+.ck-restricted-editing_mode_restricted .restricted-editing-exception {
+ cursor: text;
+ & * {