瀏覽代碼

Add .ck-splitbutton to Theme customization

add colors for .ck-splitbutton
MCMicS 6 年之前
父節點
當前提交
53904b63a0
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      packages/ckeditor5-theme-lark/docs/framework/guides/theme-customization.md

+ 5 - 0
packages/ckeditor5-theme-lark/docs/framework/guides/theme-customization.md

@@ -119,6 +119,11 @@ The file containing custom variables will be named `custom.css` and it will look
 	--ck-color-dropdown-panel-background: var(--ck-custom-background);
 	--ck-color-dropdown-panel-border: var(--ck-custom-foreground);
 
+	/* -- Overrides the default .ck-splitbutton class colors. -------------------------------------- */
+
+	--ck-color-split-button-hover-background: var(--ck-color-button-default-hover-background);
+	--ck-color-split-button-hover-border: var(--ck-custom-foreground);
+
 	/* -- Overrides the default .ck-input class colors. ----------------------------------------- */
 
 	--ck-color-input-background: var(--ck-custom-foreground);