changeset 7255:ca4b2c3c2ffb

style: use @panel-default-border for vertical line number / diff separator lines These lines appear right inside panels and have the same role as border lines. They will thus generally be styled with the same color and should use the same variable.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 23 Apr 2018 01:02:07 +0200
parents a5a9ded8c673
children 1bdda21f186a
files kallithea/public/less/kallithea-diff.less
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/less/kallithea-diff.less	Mon Apr 23 00:50:22 2018 +0200
+++ b/kallithea/public/less/kallithea-diff.less	Mon Apr 23 01:02:07 2018 +0200
@@ -110,7 +110,7 @@
     padding-left: 2px;
     padding-right: 2px !important;
     width: 30px;
-    border-right: 1px solid #CCC !important;
+    border-right: 1px solid @panel-default-border !important;
     vertical-align: middle !important;
     text-align: center;
   }