Explorar el Código

Code style fix.

Piotrek Koszuliński hace 9 años
padre
commit
1e0dc7858c

+ 3 - 3
packages/ckeditor5-theme-lark/tests/manual/theme.html

@@ -16,7 +16,7 @@
 		}
 
 		@keyframes icon-color-change {
-			0% {;
+			0% {
 				color: white;
 				background: orange;
 			}
@@ -123,8 +123,8 @@
 		</button>
 		<button class="ck-button">
 			<svg class="ck-icon ck-icon-left"><use xlink:href="#ck-icon-bold"></use></svg>
-		 	Bold
-		 </button>
+			Bold
+		</button>
 		<button class="ck-button ck-button-notext">
 			<svg class="ck-icon ck-icon-left"><use xlink:href="#ck-icon-link"></use></svg>
 		</button>

+ 1 - 1
packages/ckeditor5-theme-lark/tests/manual/theme.js

@@ -48,4 +48,4 @@ function renderResponsiveButtons() {
 
 setupIconManager();
 renderIcons();
-renderResponsiveButtons();
+renderResponsiveButtons();