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
 
@@ -934,14 +934,14 @@ div.annotatediv {
 

	
 
/* Stylesheets for the context bar */
 
#quick_login > .pull-right .list-group-item {
 
  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;
 
}
 

	
 
nav.navbar #quick > li > a,
 
#context-pages > ul > li > a {
 
  height: @navbar-height;
0 comments (0 inline, 0 general)