Browse Source

Merge pull request #160 from ckeditor/t/155

Other: Enlarged background in `.ck-link_selected`. Closes #155.
Piotrek Koszuliński 7 years ago
parent
commit
8171051a0c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/ckeditor5-theme-lark/theme/ckeditor5-link/link.css

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

@@ -6,4 +6,5 @@
 /* Class added to span element surrounding currently selected link. */
 .ck-link_selected {
 	background: var(--ck-color-link-selected-background);
+	outline: 1px solid var(--ck-color-link-selected-background);
 }