
You have to think for second to understand what's selected here.
I'm for changing it to
--ck-color-link-selected-background: hsl(201, 100%, 96%);
since this is not an a11y feature and we don't have to be super contrast-compliant in this case IMO.

The outline that we added in https://github.com/ckeditor/ckeditor5-theme-lark/issues/155 causes some nasty bright line across the native selection. When disabled, it looks OK

cc @dkonopka
since this is not an a11y feature and we don't have to be super contrast-compliant in this case IMO.
+1
--ck-color-link-selected-background: hsl(201, 100%, 96%);
馃憤
When disabled, it looks OK
So we should drop outline solution, and try proposed.
box-shadow: 0 0 0 1px var(--ck-color-link-selected-background);
outline:

Box-shadow solution:

I used the highlight color that I proposed with the box-shadow. WDYT?

In this screenshot, it looks a bit too light for me, but I guess that the best way to find out whether it works in real life is to see it live :)
Most helpful comment
I used the highlight color that I proposed with the box-shadow. WDYT?