Opened 6 years ago
Closed 5 years ago
#4635 closed enhancement (fixed)
P2: add a smooth CSS transition to gravatars on focus
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | low | |
Component: | Make (Get Involved) / P2 | Keywords: | needs-patch has-screenshots |
Cc: |
Description
Here is a simple patch to add a simple CSS transition between normal and focused states when you put the focus/hover on Make P2's gravatars (for both post authors and commenters).
The screenshot below is using this CSS rule:
.author-avatar img { transition: all .5s; }
See screenshots below.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Current behavior: no transition between rounded and squared gravatar image.