Skip to content

Commit

Permalink
Docs: Updated snippet styles to the latest nested editable CSS class …
Browse files Browse the repository at this point in the history
…naming convention (see #578).
  • Loading branch information
oleq committed Mar 21, 2018
1 parent 1a1fdf7 commit cd389a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/assets/snippet-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
padding: 0;
}

#snippet-inline-editor .ck-editor__editable {
#snippet-inline-editor .ck-editor__editable:not(.ck-editor__nested-editable) {
margin-bottom: 1rem;
padding: 2rem;
}

#snippet-inline-editor .ck-editor__editable:not(.ck-focused) {
#snippet-inline-editor .ck-editor__editable:not(.ck-editor__nested-editable):not(.ck-focused) {
border: 1px solid rgba(0, 0, 0, 0.15);
}

Expand Down

0 comments on commit cd389a5

Please sign in to comment.