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

Commit

Permalink
Other: Increased the specificity of CSS rules. Introduced the .ck cla…
Browse files Browse the repository at this point in the history
…ss for editor UI components (see: ckeditor/ckeditor5#494).
  • Loading branch information
oleq committed Mar 23, 2018
1 parent 2e23e54 commit 915ec69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme/heading.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
* For licensing, see LICENSE.md.
*/

.ck-heading_heading1 {
.ck.ck-heading_heading1 {
font-size: 20px;
}

.ck-heading_heading2 {
.ck.ck-heading_heading2 {
font-size: 17px;
}

.ck-heading_heading3 {
.ck.ck-heading_heading3 {
font-size: 14px;
}

[class*="ck-heading_heading"] {
.ck[class*="ck-heading_heading"] {
font-weight: bold;
}

0 comments on commit 915ec69

Please sign in to comment.