Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #220 from ckeditor/t/219
Browse files Browse the repository at this point in the history
Fix: The background color of a hovered list item should have a proper contrast. Closes #219.
  • Loading branch information
oleq authored Feb 12, 2019
2 parents da59c1d + ee4ff43 commit b6486c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/ckeditor5-ui/globals/_colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
/* -- 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-hover-background: var(--ck-color-button-default-hover-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);
Expand Down

0 comments on commit b6486c1

Please sign in to comment.