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

Commit

Permalink
Merge pull request #2066 from rkbhochalya/rkbhochalya-fix-broken-avatar
Browse files Browse the repository at this point in the history
Hide alt text when committer's avatar fails to load
  • Loading branch information
smashwilson committed May 8, 2019
1 parent 554238f commit 4743c82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles/recent-commits.less
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

0 comments on commit 4743c82

Please sign in to comment.