浏览代码

Updated the custom theme guide to the latest list styles architecture.

Aleksander Nowodzinski 7 年之前
父节点
当前提交
257e8d50e5
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      packages/ckeditor5-theme-lark/docs/framework/guides/theme-customization.md

+ 4 - 3
packages/ckeditor5-theme-lark/docs/framework/guides/theme-customization.md

@@ -131,9 +131,10 @@ The file containing custom variables will be named `custom.css` and it will look
 	/* -- Overrides the default .ck-list class colors. ------------------------------------------ */
 
 	--ck-color-list-background: var(--ck-custom-background);
-	--ck-color-list-item-background-hover: var(--ck-custom-foreground);
-	--ck-color-list-item-background-active: hsl(208, 88%, 52%);
-	--ck-color-list-item-text-active: var(--ck-custom-white);
+	--ck-color-list-button-background-hover: var(--ck-color-base-foreground);
+	--ck-color-list-button-background-active: var(--ck-color-base-active);
+	--ck-color-list-button-background-active-focus: var(--ck-color-base-active-focus);
+	--ck-color-list-button-text-active: var(--ck-color-base-background);
 
 	/* -- Overrides the default .ck-balloon-panel class colors. --------------------------------- */