From d83991b16efbde8f5ddf53dc3d100dfb480723ea Mon Sep 17 00:00:00 2001 From: dkonopka Date: Fri, 8 Feb 2019 17:06:39 +0100 Subject: [PATCH 1/2] Background of hover list should be more visible. --- theme/ckeditor5-ui/globals/_colors.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/ckeditor5-ui/globals/_colors.css b/theme/ckeditor5-ui/globals/_colors.css index 57a7004..43e2758 100644 --- a/theme/ckeditor5-ui/globals/_colors.css +++ b/theme/ckeditor5-ui/globals/_colors.css @@ -71,8 +71,8 @@ /* -- List ---------------------------------------------------------------------------------- */ --ck-color-list-background: var(--ck-color-base-background); - --ck-color-list-button-hover-background: var(--ck-color-base-foreground); - --ck-color-list-button-on-background: var(--ck-color-base-active); + --ck-color-list-button-hover-background: var(--ck-color-button-default-hover-background); + --ck-color-list-button-on-background: var(--ck-color-button-default-active-background); --ck-color-list-button-on-background-focus: var(--ck-color-base-active-focus); --ck-color-list-button-on-text: var(--ck-color-base-background); From ee4ff43fec790e4031ad9aabd57158296bd6a6f8 Mon Sep 17 00:00:00 2001 From: dkonopka Date: Fri, 8 Feb 2019 17:10:49 +0100 Subject: [PATCH 2/2] Reverted active list item background. --- theme/ckeditor5-ui/globals/_colors.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/ckeditor5-ui/globals/_colors.css b/theme/ckeditor5-ui/globals/_colors.css index 43e2758..31aa54f 100644 --- a/theme/ckeditor5-ui/globals/_colors.css +++ b/theme/ckeditor5-ui/globals/_colors.css @@ -72,7 +72,7 @@ --ck-color-list-background: var(--ck-color-base-background); --ck-color-list-button-hover-background: var(--ck-color-button-default-hover-background); - --ck-color-list-button-on-background: var(--ck-color-button-default-active-background); + --ck-color-list-button-on-background: var(--ck-color-base-active); --ck-color-list-button-on-background-focus: var(--ck-color-base-active-focus); --ck-color-list-button-on-text: var(--ck-color-base-background);