# HG changeset patch # User Mads Kiilerich # Date 2020-02-15 03:04:48 # Node ID f37ea359b64106e6767493a1bce76d0a682f2228 # Parent e539db6cc0da0844ec4c7e918d2f046a89d35064 front-end: fix display of follow icon in repo lists after 173612a900ef diff --git a/kallithea/front-end/style.less b/kallithea/front-end/style.less --- a/kallithea/front-end/style.less +++ b/kallithea/front-end/style.less @@ -937,8 +937,8 @@ div.annotatediv { background-color: @kallithea-theme-main-color; border: 0; } -#content #context-pages .follow .show-following, -#content #context-pages .following .show-follow { +#content .follow .show-following, +#content .following .show-follow { display: none; }