浏览代码

Remove fake link selection animation.

Maciej Gołaszewski 5 年之前
父节点
当前提交
ace6bbe857
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/ckeditor5-theme-lark/theme/ckeditor5-link/link.css

+ 0 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-link/link.css

@@ -22,5 +22,4 @@
 	border-right: 1px solid var(--ck-color-base-text);
 	margin-right: -1px;
 	outline: solid 1px hsla(0, 0%, 100%, .5);
-	animation: ck-widget-type-around-fake-caret-pulse linear 1s infinite normal forwards;
 }