8
0
فهرست منبع

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