]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-11152 fix line highlighting inside new code
authorStas Vilchik <stas.vilchik@sonarsource.com>
Wed, 10 Oct 2018 14:07:06 +0000 (16:07 +0200)
committerSonarTech <sonartech@sonarsource.com>
Thu, 11 Oct 2018 13:14:32 +0000 (15:14 +0200)
server/sonar-web/src/main/js/components/SourceViewer/styles.css

index 002bf25c7e319362c122a0a973992d8bdae14986..c95c5a71925fb9dc3555e56895b3f0510944a8d6 100644 (file)
   background-color: var(--leakColor) !important;
 }
 
+.source-line-filtered.source-line-highlighted .source-line-code,
+.source-line-filtered.source-line-highlighted:hover .source-line-code {
+  background-color: #cdd9c4 !important;
+}
+
 .source-line-filtered:hover .source-line-code {
   background-color: #f1e8cb !important;
 }