8
0
فهرست منبع

Increased the contrast between the color of the empty LabeledFieldView label and the label of a field with a value.

Aleksander Nowodzinski 5 سال پیش
والد
کامیت
9fad801822
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_colors.css

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

@@ -70,7 +70,7 @@
 	--ck-color-input-text: 										var(--ck-color-base-text);
 	--ck-color-input-disabled-background: 						hsl(0, 0%, 95%);
 	--ck-color-input-disabled-border: 							hsl(0, 0%, 78%);
-	--ck-color-input-disabled-text: 							hsl(0, 0%, 36%);
+	--ck-color-input-disabled-text: 							hsl(0, 0%, 46%);
 
 	/* -- List ---------------------------------------------------------------------------------- */