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

Commit 4743c82

Browse files
committed
Merge pull request #2066 from rkbhochalya/rkbhochalya-fix-broken-avatar
Hide alt text when committer's avatar fails to load
1 parent 554238f commit 4743c82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

styles/recent-commits.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@
4444
width: @size;
4545
height: @size;
4646
border-radius: @component-border-radius;
47+
color: transparent;
4748
background-color: mix(@text-color, @base-background-color, 15%);
4849
box-shadow: 1px 0 @base-background-color;
50+
overflow: hidden;
4951
transition: margin .12s cubic-bezier(.5,.1,0,1);
5052

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

0 commit comments

Comments
 (0)