From: Grégoire Aubert Date: Thu, 10 Oct 2019 14:14:14 +0000 (+0200) Subject: SONAR-12540 More consistent colors for hover color of new uncovered lines X-Git-Tag: 8.1.0.31237~177 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cc0667f3b88ce8114d31a5b851010be37ba815ad;p=sonarqube.git SONAR-12540 More consistent colors for hover color of new uncovered lines --- diff --git a/server/sonar-web/src/main/js/components/SourceViewer/components/Line.css b/server/sonar-web/src/main/js/components/SourceViewer/components/Line.css index 6641874c03c..8052467813b 100644 --- a/server/sonar-web/src/main/js/components/SourceViewer/components/Line.css +++ b/server/sonar-web/src/main/js/components/SourceViewer/components/Line.css @@ -61,16 +61,13 @@ 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 {