Przeglądaj źródła

Removed unnecessary style (see https://github.com/ckeditor/ckeditor5-theme-lark/pull/160#issuecomment-372358877).

Piotrek Koszuliński 7 lat temu
rodzic
commit
d3c3bee0e6

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

@@ -7,9 +7,4 @@
 .ck-link_selected {
 .ck-link_selected {
 	background: var(--ck-color-link-selected-background);
 	background: var(--ck-color-link-selected-background);
 	outline: 1px solid var(--ck-color-link-selected-background);
 	outline: 1px solid var(--ck-color-link-selected-background);
-
-	/* #155. Let's keep the same background inside Highlight feature. */
-	& mark {
-		background: var(--ck-color-link-selected-background);
-	}
 }
 }