-
-
Notifications
You must be signed in to change notification settings - Fork 935
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAK-50309 wysiwyg Upgrade to CKEditor 5
- Loading branch information
1 parent
9ebce10
commit c6e82b7
Showing
13 changed files
with
4,531 additions
and
3,435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
library/src/skins/default/src/sass/webcomponents/editor/_editor.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
:root { | ||
|
||
--ck-color-text: var(--sakai-text-color-1); | ||
--ck-border-radius: 4px; | ||
--ck-color-base-background: var(--sakai-background-color-1); | ||
|
||
--ck-color-list-background: var(--sakai-background-color-1); | ||
--ck-color-list-button-on-background: var(--sakai-selected-page-bg-color); | ||
--ck-color-list-button-hover-background: var(--site-nav-btn-hover-bg); | ||
|
||
--ck-color-toolbar-background: var(--sakai-background-color-2); | ||
--ck-color-button-default-hover-background: var(--button-hover-background); | ||
--ck-color-button-active-background: var(--sakai-background-color-1); | ||
--ck-color-button-on-color: var(--sakai-text-color-1); | ||
--ck-color-button-on-background: var(--sakai-background-color-1); | ||
--ck-color-button-on-hover-background: var(--sakai-background-color-1); | ||
|
||
--ck-color-dialog-background: var(--sakai-background-color-2); | ||
--ck-color-dropdown-panel-background: var(--sakai-background-color-2); | ||
|
||
--ck-color-input-text: var(--sakai-text-color-1); | ||
--ck-color-input-disabled-text: hsl(0, 0%, 78%); | ||
--ck-color-input-background: var(--sakai-background-color-1); | ||
|
||
--ck-color-tooltip-background: var(--sakai-background-color-3); | ||
--ck-color-tooltip-text: var(--sakai-text-color-1); | ||
|
||
--ck-color-input-disabled-background: var(--sakai-background-color-3); | ||
|
||
|
||
} |
Oops, something went wrong.