From e2d7449fb0381fb00017f4393ce0f5b76ff42bad Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Fri, 3 Apr 2020 16:22:51 -0400 Subject: [PATCH] Hide git and GitHub tab avatar alt text when offline --- styles/project.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/project.less b/styles/project.less index 143cd6a5a8..c620c292da 100644 --- a/styles/project.less +++ b/styles/project.less @@ -15,6 +15,8 @@ width: 23px; height: 23px; border-radius: @component-border-radius; + color: transparent; + overflow: hidden; } &-lock.btn {