瀏覽代碼

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 ---------------------------------------------------------------------------------- */