瀏覽代碼

Removed the box-shadow from .ck-link_selectedd to avoid rendering issues.

Aleksander Nowodzinski 7 年之前
父節點
當前提交
bbdea17b78
共有 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

@@ -6,5 +6,4 @@
 /* Class added to span element surrounding currently selected link. */
 .ck-link_selected {
 	background: var(--ck-color-link-selected-background);
-	box-shadow: 0 0 0 2px var(--ck-color-link-selected-background);
 }