Other: Enlarged background in `.ck-link_selected`. Closes #155.
@@ -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);
}