Feature: Added styles for a selected link element (see ckeditor/ckeditor5-link#72).
@@ -0,0 +1,9 @@
+/*
+ * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
+/* Class added to span element surrounding currently selected link. */
+.ck-link_selected {
+ background: var(--ck-color-link-selected-background);
+}
@@ -91,4 +91,5 @@
/* -- Link -------------------------------------------------------------------------------- */
--ck-color-link-default: hsl(240, 100%, 47%);
+ --ck-color-link-selected-background: hsl(201, 93%, 89%);
}