UI: Limited visual depth — shadows, transitions, micro-interactions #64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issues
Suggested Fix
Fixed in commit
bafeb2aChanges made to
site/src/global.css:box-shadow: 0 1px 3px rgba(0,0,0,0.06)and explicit transition to.pillar-card.pillar-card:hoverwith lifted shadow (+4px) and translateY(-2px):focus-visibleoutline (2px solid var(--a)) for both.pillar-cardand.article-cardmain { animation: fadeIn 0.15s ease-in }with@keyframes fadeInfor page transitionsCloses #64