This repository was archived by the owner on Jun 26, 2020. It is now read-only.
v1.0.0-beta.2
Features
- Implemented
.ck-button_save
and_cancel
classes with distinctive colors (see ckeditor/ckeditor5-image#187). (531aec2) - Made the link form buttons thicker with a fill color and no background (see ckeditor/ckeditor5#810). (dcf8599)
Bug fixes
- ck-rounded-corners not respected because selection wrapped in .ck-editor (the mixin uses @nest). (abdc61e)
- The
:active
buttons should have nooutline
. Closes #157. (71825b7)
Other changes
- Increased the specificity of CSS rules. Introduced the
.ck
class for editor UI components (see: ckeditor/ckeditor5#494). (0cd9f6d) - Updated the classic editor and the editorui styles to the latest nested editable CSS class naming convention (see ckeditor/ckeditor5#578). (508db7c)