Explorar el Código

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

Internal: Fixed stylelint errors related to colors and indentation (see ckeditor/ckeditor5-dev#611).
Aleksander Nowodzinski hace 5 años
padre
commit
bfe19b3e85
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/ckeditor5-engine/tests/manual/nestededitable.css

+ 2 - 2
packages/ckeditor5-engine/tests/manual/nestededitable.css

@@ -7,11 +7,11 @@
 @import "@ckeditor/ckeditor5-theme-lark/theme/mixins/_shadow.css";
 @import "@ckeditor/ckeditor5-theme-lark/theme/mixins/_shadow.css";
 
 
 figure {
 figure {
-	background-color: #f3f3f3;
+	background-color: hsl(0, 0%, 95.3%);
 	padding: 10px;
 	padding: 10px;
 
 
 	& figcaption {
 	& figcaption {
-		background: white;
+		background: hsl(0, 0%, 100%);
 		outline: none;
 		outline: none;
 
 
 		&.focused {
 		&.focused {