Ver código fonte

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

Aleksander Nowodzinski 7 anos atrás
pai
commit
bbdea17b78

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