placeholder.css 331 B

123456789101112
  1. /*
  2. * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. /* See ckeditor/ckeditor5#936. */
  6. .ck.ck-placeholder, .ck .ck-placeholder {
  7. &::before {
  8. cursor: text;
  9. color: var(--ck-color-engine-placeholder-text);
  10. }
  11. }