-
Notifications
You must be signed in to change notification settings - Fork 57
Refine background/icon of image block transitional state #1544
Copy link
Copy link
Closed
WordPress/gutenberg
#19497Description
While reviewing this PR, I noticed something that's been bugging me about the image block in general – the icon that sits over the background during upload progress is way too large and the wrong color. It looks like this:
It looks like the Video block has the "proper" styling, which IIRC is:
- Background: good as-is (same as global placeholder background, which IIRC is
gray-lightfrom Colors Archive inlight modeandgray 90from Color Studio indark mode) - Icon size: 32x32
- Icon color (
light mode):gray-lighten-20from Colors Archive - Icon color (
dark mode):gray-70from Color Studio
Which looks like this:
Tasks
- Apply above styling to image block upload state placeholder
- Cross-reference other blocks that have this sort of "in between" state/background, to ensure we are matching the above styling?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[Type] BugSomething isn't workingSomething isn't working

