Selaa lähdekoodia

Changed to transparent border for button-action.

Damian Konopka 7 vuotta sitten
vanhempi
sitoutus
f3202f9596

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

@@ -46,12 +46,12 @@
 	--ck-color-button-action-background: 						var(--ck-color-base-action);
 	--ck-color-button-action-border: 							var(--ck-color-base-action);
 	--ck-color-button-action-focus-background: 					hsl(104, 44%, 43%);
-	--ck-color-button-action-focus-border: 						hsl(104, 44%, 35%);
+	--ck-color-button-action-focus-border: 						transparent;
 	--ck-color-button-action-active-background: 				hsl(104, 44%, 41%);
-	--ck-color-button-action-active-border: 					hsl(104, 44%, 33%);
+	--ck-color-button-action-active-border: 					transparent;
 	--ck-color-button-action-active-shadow: 					hsl(104, 44%, 36%);
 	--ck-color-button-action-disabled-background: 				hsl(104, 44%, 58%);
-	--ck-color-button-action-disabled-border: 					hsl(104, 44%, 38%);
+	--ck-color-button-action-disabled-border: 					transparent;
 	--ck-color-button-action-text: 								var(--ck-color-base-background);
 
 	/* -- Dropdown ------------------------------------------------------------------------------ */