link.css 331 B

12345678910
  1. /*
  2. * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. /* Class added to span element surrounding currently selected link. */
  6. .ck-link_selected {
  7. background: var(--ck-color-link-selected-background);
  8. outline: 1px solid var(--ck-color-link-selected-background);
  9. }