Skip to content

Commit

Permalink
Merge pull request #17018 from ckeditor/cc/6598
Browse files Browse the repository at this point in the history
Docs: Fixed the color of the heading element in the Document editor sample.
  • Loading branch information
DawidKossowski authored Aug 30, 2024
2 parents 81bf4c1 + 92ce695 commit 73b1c58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/_snippets/examples/document-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ <h3 style="text-align:center;">Welcome letter</h3>
color: hsl( 203, 100%, 50% );
}

.document-editor .ck-heading-dropdown .ck-heading_heading2.ck-on .ck-button__label {
color: var(--ck-color-list-button-on-text);
}

/* Set the styles for "Heading 2". */
.document-editor .ck-content h3 {
line-height: 1.86em;
Expand Down

0 comments on commit 73b1c58

Please sign in to comment.