]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12540 More consistent colors for hover color of new uncovered lines
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 10 Oct 2019 14:14:14 +0000 (16:14 +0200)
committerSonarTech <sonartech@sonarsource.com>
Mon, 21 Oct 2019 18:21:10 +0000 (20:21 +0200)
server/sonar-web/src/main/js/components/SourceViewer/components/Line.css

index 6641874c03cc1d90f984ed5a8b5a31b11af1d3bc..8052467813b427c33eb3386934ee7443f43b9819 100644 (file)
   background-color: #cdd9c4 !important;
 }
 
-.source-line-filtered:hover .source-line-code {
-  background-color: var(--leakSecondaryColor) !important;
-}
-
 .source-line-filtered.source-line-filtered-dark .source-line-code {
   background-color: #f9ebb7 !important;
 }
 
+.source-line-filtered:hover .source-line-code,
 .source-line-filtered.source-line-filtered-dark:hover .source-line-code {
-  background-color: #eaddb2 !important;
+  background-color: var(--leakSecondaryColor) !important;
 }
 
 .source-line-last .source-line-code {