Explorar el Código

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

Aleksander Nowodzinski hace 7 años
padre
commit
bbdea17b78
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);
 }