]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-10169 Covered lines should be highlighted in grey on mouse-over
authorStas Vilchik <stas.vilchik@sonarsource.com>
Tue, 9 Jan 2018 09:29:35 +0000 (10:29 +0100)
committerStas Vilchik <stas.vilchik@sonarsource.com>
Tue, 9 Jan 2018 19:16:51 +0000 (20:16 +0100)
server/sonar-web/src/main/js/components/SourceViewer/styles.css

index 6ff36f182cea6587f7a0ba6fb12ed20084dfbac5..1387bb7333c14893ed2abb9f56bb89a3ead6eaa6 100644 (file)
   background-color: var(--leakColor) !important;
 }
 
+.source-line-filtered:hover .source-line-code {
+  background-color: #f1e8cb !important;
+}
+
 .source-line-filtered.source-line-filtered-dark .source-line-code {
   background-color: #f9ebb7 !important;
 }
 
+.source-line-filtered.source-line-filtered-dark:hover .source-line-code {
+  background-color: #eaddb2 !important;
+}
+
 .source-line-last .source-line-code {
   padding-bottom: 80px;
 }