Przeglądaj źródła

Merge pull request #13 from ckeditor/ckeditor5-dev/i/611

Internal: Fixed stylelint errors related to colors and indentation (see ckeditor/ckeditor5-dev#611).
Aleksander Nowodzinski 5 lat temu
rodzic
commit
bcc08207a0

+ 1 - 1
packages/ckeditor5-page-break/theme/pagebreak.css

@@ -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. */