]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-9932 change duplications marker color
authorStas Vilchik <stas.vilchik@sonarsource.com>
Mon, 9 Oct 2017 12:11:18 +0000 (14:11 +0200)
committerStas Vilchik <stas.vilchik@sonarsource.com>
Tue, 10 Oct 2017 09:33:12 +0000 (11:33 +0200)
server/sonar-web/src/main/js/components/SourceViewer/views/templates/_source-viewer-measures-duplications.hbs
server/sonar-web/src/main/less/components/source.less
server/sonar-web/src/main/less/variables.less

index 596e7d21650f0c89dfdd24635376f8747dc0ed9e..86ddc9e1edcc22d7e705c8ff5ff96347864e274b 100644 (file)
@@ -6,7 +6,7 @@
                 data-value="{{measures.duplicated_lines_density_raw}}"
                 data-max="100"
                 data-size="50"
-                data-color="#f3ca8e"></span>
+                data-color="#797979"></span>
       </div>
       <div class="measure measure-big" data-metric="duplicated_lines_density">
         <span class="measure-value">{{measures.duplicated_lines_density}}</span>
index 99a7a91cc0850e61eb9810b17fa4468028b42581..ffee5c07c43b4a89edff48991bee1806ae83133a 100644 (file)
@@ -24,7 +24,7 @@
 
 @source-line-height: 18px;
 @lineWithIssuesBackground: #ffeaea;
-@duplicationColor: #f3ca8e;
+@duplicationColor: #797979;
 
 .source-viewer {
   width: 100%;
index 8364fdf9c785d41c4a3ee8dadafce1f001e77ac2..8825cfc450c5fcbceab812b1eadb6bac151d64e5 100644 (file)
@@ -32,7 +32,7 @@
  * Code
  */
 
-@monoFontFamily: Consolas, "Liberation Mono", Menlo, Courier, monospace;
+@monoFontFamily: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
 @monoFontSize: 12px;
 @monoLineHeight: 18px;
 
@@ -66,7 +66,6 @@
 @orange: #ed7d20;
 @red: #d4333f;
 @lightRed: #d49f98;
-@lightOrange: #f3ca8e;
 @purple: #9139d4;
 
 @darkColor: #262626;
  * Shadows
  */
 
-@defaultShadow: 0 6px 12px rgba(0, 0, 0, .175);
+@defaultShadow: 0 6px 12px rgba(0, 0, 0, 0.175);
 
 /*
  * Transitions
  */
 
-@defaultTransitionOptions: .2s ease;
+@defaultTransitionOptions: 0.2s ease;
 
 /*
  * Page