# HG changeset patch # User Mads Kiilerich # Date 1581732288 -3600 # Node ID f37ea359b64106e6767493a1bce76d0a682f2228 # Parent e539db6cc0da0844ec4c7e918d2f046a89d35064 front-end: fix display of follow icon in repo lists after 173612a900ef diff -r e539db6cc0da -r f37ea359b641 kallithea/front-end/style.less --- a/kallithea/front-end/style.less Fri Feb 14 02:25:00 2020 +0100 +++ b/kallithea/front-end/style.less Sat Feb 15 03:04:48 2020 +0100 @@ -937,8 +937,8 @@ 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; }