aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/overview/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/overview/styles.css')
-rw-r--r--server/sonar-web/src/main/js/apps/overview/styles.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/overview/styles.css b/server/sonar-web/src/main/js/apps/overview/styles.css
index d07c641e950..ccdaeb8c740 100644
--- a/server/sonar-web/src/main/js/apps/overview/styles.css
+++ b/server/sonar-web/src/main/js/apps/overview/styles.css
@@ -272,6 +272,20 @@
margin-top: -30px;
}
+.overview-panel .activity-graph-new-code-legend {
+ position: relative;
+ z-index: var(--aboveNormalZIndex);
+ width: 12px;
+ overflow: hidden;
+ margin-top: 1px;
+ margin-left: calc(2 * var(--gridSize));
+ text-indent: -9999px;
+}
+
+.overview-panel .activity-graph-new-code-legend::after {
+ margin: 0;
+}
+
.overview-analysis {
color: var(--secondFontColor);
}