Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
PoC of the special character info view. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Nov 29, 2019
1 parent 40afa00 commit 81ccc1e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions theme/ckeditor5-special-characters/characterinfo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*
* Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/

.ck.ck-character-info {
padding: var(--ck-spacing-small) var(--ck-spacing-standard);
border-top: 1px solid var(--ck-color-base-border);

& > * {
text-transform: uppercase;
font-size: var(--ck-font-size-small);
}

& .ck-character-info__name {
max-width: 280px;
text-overflow: ellipsis;
overflow: hidden;
}

& .ck-character-info__code {
opacity: .6;
}
}

0 comments on commit 81ccc1e

Please sign in to comment.