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

Improved shadow visibility (changed opacity). #149

Merged
merged 1 commit into from
Feb 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion theme/ckeditor5-ui/globals/_colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
--ck-color-focus-border: hsl(208, 90%, 62%);
--ck-color-focus-shadow: hsl(209, 90%, 72%);
--ck-color-text: var(--ck-color-base-text);
--ck-color-shadow-drop: hsla(0, 0%, 0%, 0.2);
--ck-color-shadow-drop: hsla(0, 0%, 0%, 0.15);
--ck-color-shadow-inner: hsla(0, 0%, 0%, 0.1);

/* -- Buttons ------------------------------------------------------------------------------- */
Expand Down
2 changes: 1 addition & 1 deletion theme/ckeditor5-ui/globals/_shadow.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
/**
* A visual style of element's drop shadow (i.e. panel).
*/
--ck-drop-shadow: 0 2px 2px 1px var(--ck-color-shadow-drop);
--ck-drop-shadow: 0 1px 2px 1px var(--ck-color-shadow-drop);
}