소스 검색

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;
 	}
 }