Fix: The selected link element should not resemble the native selection. Closes #159.
@@ -6,5 +6,4 @@
/* 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);
}
@@ -94,5 +94,5 @@
/* -- Link -------------------------------------------------------------------------------- */
--ck-color-link-default: hsl(240, 100%, 47%);
- --ck-color-link-selected-background: hsl(201, 93%, 89%);
+ --ck-color-link-selected-background: hsl(201, 100%, 96%);