changeset 7222:d6cbe497f881

less: let repo labels inherit color so they are rendered as the surrounding text, especially on colored backgrounds
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 01 Apr 2018 22:39:20 +0200
parents 9c8633ea87a7
children 5a8aa0a38e7d
files kallithea/public/less/kallithea-labels.less
diffstat 1 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/less/kallithea-labels.less	Sun Apr 01 22:38:39 2018 +0200
+++ b/kallithea/public/less/kallithea-labels.less	Sun Apr 01 22:39:20 2018 +0200
@@ -35,15 +35,11 @@
 
 /* repository vcs "alias" */
 .label-repo {
-  border: 1px solid #56A546;
-  color: #46A546;
+  border: 1px solid;
+  color: inherit;
   text-transform: uppercase;
   padding: .2em .3em 0;
 }
-#context-bar .label-repo {
-  border-color: white;
-  color: white;
-}
 
 /* permission labels */
 .label-admin {