diff --git a/styles/recent-commits.less b/styles/recent-commits.less index 52d071153f..628357e673 100644 --- a/styles/recent-commits.less +++ b/styles/recent-commits.less @@ -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; }