Selaa lähdekoodia

Removed button variables for ck-editor-toolbar.

Damian Konopka 7 vuotta sitten
vanhempi
sitoutus
d7f08291ed

+ 9 - 20
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_colors.css

@@ -33,15 +33,15 @@
 	--ck-color-button-default-disabled-background: 				hsl(0, 0%, 100%);
 	--ck-color-button-default-disabled-border: 					hsl(0, 0%, 78%);
 
-	--ck-color-button-on-background: 							var(--ck-color-base-foreground);
-	--ck-color-button-on-border: 								hsl(0, 0%, 72%);
-	--ck-color-button-on-focus-background: 						hsl(0, 0%, 87%);
-	--ck-color-button-on-focus-border: 							hsl(0, 0%, 62%);
-	--ck-color-button-on-active-background: 					hsl(0, 0%, 82%);
-	--ck-color-button-on-active-border: 						hsl(0, 0%, 57%);
-	--ck-color-button-on-active-shadow: 						hsl(0, 0%, 72%);
-	--ck-color-button-on-disabled-background: 					hsl(0, 0%, 100%);
-	--ck-color-button-on-disabled-border: 						hsl(0, 0%, 75%);
+	--ck-color-button-on-background: 							hsl(0, 0%, 87%);
+	--ck-color-button-on-border: 								transparent;
+	--ck-color-button-on-focus-background: 						hsl(0, 0%, 77%);
+	--ck-color-button-on-focus-border: 							transparent;
+	--ck-color-button-on-active-background: 					hsl(0, 0%, 73%);
+	--ck-color-button-on-active-border: 						transparent
+	--ck-color-button-on-active-shadow: 						hsl(0, 0%, 63%);
+	--ck-color-button-on-disabled-background: 					hsl(0, 0%, 87%);
+	--ck-color-button-on-disabled-border: 						transparent
 
 	--ck-color-button-action-background: 						var(--ck-color-base-action);
 	--ck-color-button-action-border: 							var(--ck-color-base-action);
@@ -97,17 +97,6 @@
 
 	--ck-color-editor-border: 									var(--ck-color-base-border);
 	--ck-color-editor-toolbar-background: 						var(--ck-color-base-foreground);
-
-	--ck-color-editor-toolbar-button-on-background: 			hsl(0, 0%, 87%);
-	--ck-color-editor-toolbar-button-on-border: 				transparent;
-	--ck-color-editor-toolbar-button-on-focus-background: 		hsl(0, 0%, 77%);
-	--ck-color-editor-toolbar-button-on-focus-border: 			transparent;
-	--ck-color-editor-toolbar-button-on-active-background: 		hsl(0, 0%, 73%);
-	--ck-color-editor-toolbar-button-on-active-border: 			transparent;
-	--ck-color-editor-toolbar-button-on-active-shadow: 			hsl(0, 0%, 63%);
-	--ck-color-editor-toolbar-button-on-disabled-background: 	hsl(0, 0%, 87%);
-	--ck-color-editor-toolbar-button-on-disabled-border: 		transparent;
-
 	--ck-color-editor-dropdown-background: 						var(--ck-color-base-background);
 
 	/* -- Engine -------------------------------------------------------------------------------- */