8
0
Pārlūkot izejas kodu

Add .ck-splitbutton to Theme customization

add colors for .ck-splitbutton
MCMicS 6 gadi atpakaļ
vecāks
revīzija
53904b63a0

+ 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);