8
0
Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
bcc08207a0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/ckeditor5-page-break/theme/pagebreak.css

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