Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Hide alt text when committer's avatar fails to load #2066

Merged
merged 1 commit into from
Apr 15, 2019
Merged
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: 2 additions & 0 deletions styles/recent-commits.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@
width: @size;
height: @size;
border-radius: @component-border-radius;
color: transparent;
background-color: mix(@text-color, @base-background-color, 15%);
box-shadow: 1px 0 @base-background-color;
overflow: hidden;
transition: margin .12s cubic-bezier(.5,.1,0,1);

&:nth-child(1) { z-index: 3; }
Expand Down