Skip to content

Commit

Permalink
Merge pull request #13 from ckeditor/ckeditor5-dev/i/611
Browse files Browse the repository at this point in the history
Internal: Fixed stylelint errors related to colors and indentation (see ckeditor/ckeditor5-dev#611).
  • Loading branch information
oleq authored Apr 15, 2020
2 parents 796a240 + 1d6573c commit bcc0820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-page-break/theme/pagebreak.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
font-size: 0.75em;
font-weight: bold;
color: hsl(0, 0%, 20%);
background: #fff;
background: hsl(0, 0%, 100%);
box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);

/* Disable the possibility to select the label text by the user. */
Expand Down

0 comments on commit bcc0820

Please sign in to comment.