UNPKG

@ckeditor/ckeditor5-table

Version:

Table feature for CKEditor 5.

40 lines (32 loc) 845 B
/* * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck.ck-input-color { width: 100%; display: flex; flex-direction: row-reverse; & > input.ck.ck-input-text { min-width: auto; flex-grow: 1; } & > div.ck.ck-dropdown { min-width: auto; /* This dropdown has no arrow but a color preview instead. */ & > .ck-input-color__button .ck-dropdown__arrow { display: none; } } & .ck.ck-input-color__button { /* Resolving issue with misaligned buttons on Safari (see #10589) */ display: flex; & .ck.ck-input-color__button__preview { position: relative; overflow: hidden; & > .ck.ck-input-color__button__preview__no-color-indicator { position: absolute; display: block; } } } }