8
0
فهرست منبع

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

Piotrek Koszuliński 7 سال پیش
والد
کامیت
d3c3bee0e6
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 5
      packages/ckeditor5-theme-lark/theme/ckeditor5-link/link.css

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

@@ -7,9 +7,4 @@
 .ck-link_selected {
 	background: 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);
-	}
 }