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

Commit

Permalink
Merge pull request #175 from ckeditor/t/ckeditor5-ui/391
Browse files Browse the repository at this point in the history
Feature: Added the `BlockToolbar` plugin styles (see ckeditor/ckeditor5-ui#391).
  • Loading branch information
oleq committed May 30, 2018
2 parents d3863ed + bad1ebc commit 6ac7511
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions theme/ckeditor5-ui/components/toolbar/blocktoolbar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md.
*/

:root {
--ck-color-block-toolbar-button: var(--ck-color-text);
--ck-block-toolbar-button-size: var(--ck-font-size-normal);
}

.ck.ck-block-toolbar-button {
color: var(--ck-color-block-toolbar-button);
font-size: var(--ck-block-toolbar-size);
}

0 comments on commit 6ac7511

Please sign in to comment.