changeset 8247:f37ea359b641

front-end: fix display of follow icon in repo lists after 173612a900ef
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 15 Feb 2020 03:04:48 +0100
parents e539db6cc0da
children 4a0386c40504
files kallithea/front-end/style.less
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }