Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Internal: Fix class selectors duplication in restricted editing styles
Browse files Browse the repository at this point in the history
  • Loading branch information
panr committed Feb 6, 2020
1 parent 08d6613 commit 7693efd
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions theme/ckeditor5-restricted-editing/restrictedediting.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
}

.ck-restricted-editing_mode_restricted .restricted-editing-exception {
cursor: text;

& * {
cursor: text;
}

&:hover {
background: var(--ck-color-restricted-editing-exception-hover-background);
}
Expand All @@ -56,11 +62,3 @@
cursor: default;
}
}

.ck-restricted-editing_mode_restricted .restricted-editing-exception {
cursor: text;

& * {
cursor: text;
}
}

0 comments on commit 7693efd

Please sign in to comment.