Browse Source

Enlarged link highlight background.

Damian Konopka 7 years ago
parent
commit
1c5b004937
1 changed files with 6 additions and 0 deletions
  1. 6 0
      packages/ckeditor5-theme-lark/theme/ckeditor5-link/link.css

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

@@ -6,4 +6,10 @@
 /* Class added to span element surrounding currently selected link. */
 /* Class added to span element surrounding currently selected link. */
 .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);
+
+	/* #155. Let's keep the same background inside Highlight feature. */
+	& mark {
+		background: var(--ck-color-link-selected-background);
+	}
 }
 }