瀏覽代碼

Removed obsolete comment.

dkonopka 7 年之前
父節點
當前提交
c18e502ab0
共有 1 個文件被更改,包括 1 次插入9 次删除
  1. 1 9
      packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageuploadicon.css

+ 1 - 9
packages/ckeditor5-theme-lark/theme/ckeditor5-image/imageuploadicon.css

@@ -78,20 +78,12 @@
 		width: 0;
 	}
 	33% {
-		/*
-		 * We need to use here hardcoded values because Edge is not supporting calc() in @keyframes.
-		 */
 		width: 0.3em;
-
 		height: 0;
 	}
 	100% {
-		/*
-		 * We need to use here hardcoded values because Edge is not supporting calc() in @keyframes.
-		 */
+		opacity: 1;
 		width: 0.3em;
 		height: 0.45em;
-
-		opacity: 1;
 	}
 }