]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6576 improve usage highlighting inside issue locations
authorStas Vilchik <vilchiks@gmail.com>
Wed, 19 Aug 2015 08:01:57 +0000 (10:01 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 19 Aug 2015 08:01:57 +0000 (10:01 +0200)
server/sonar-web/src/main/less/components/source.less

index fd9b82435dab5f06587a1bb7e3647468f0450fa0..1ffe33ced6b863eb8e9dee004961c817ce4f5670 100644 (file)
   display: inline-block;
   background-color: @red;
   color: #fff !important;
+
+  &.highlighted {
+    background-color: mix(#B3D4FF, @red, 60%);
+  }
 }
 
 .source-meta {