Explorar el Código

Internal: Aligned styles to latest stylelint rules.

Aleksander Nowodzinski hace 5 años
padre
commit
0fb0ad4a1b
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 {