Changeset - f37ea359b641
[Not reviewed]
default
0 1 0
Mads Kiilerich (mads) - 6 years ago 2020-02-15 03:04:48
mads@kiilerich.com
Grafted from: c3d705873023
front-end: fix display of follow icon in repo lists after 173612a900ef
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/front-end/style.less
Show inline comments
 
@@ -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;
 
}
 

	
0 comments (0 inline, 0 general)