@@ -43,6 +43,12 @@
}
.ck-restricted-editing_mode_restricted .restricted-editing-exception {
+ cursor: text;
+
+ & * {
+ }
&:hover {
background: var(--ck-color-restricted-editing-exception-hover-background);
@@ -56,11 +62,3 @@
cursor: default;
-
-.ck-restricted-editing_mode_restricted .restricted-editing-exception {
- cursor: text;
- & * {
- }
-}