Skip to content

Commit

Permalink
Remove white shadow in metrics charts (G-Research#42)
Browse files Browse the repository at this point in the history
Remove the white shadow around the active runs metrics as it significantly slowed down performance.
  • Loading branch information
fabiovincenzi authored and vinayan3 committed Aug 28, 2024
1 parent fced1a0 commit ef4110c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/src/components/LineChart/LineChart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
opacity: 1;
paint-order: stroke;
cursor: pointer;
filter: drop-shadow(0 0 0.5px #ffffff) drop-shadow(0 0 0.5px #ffffff) drop-shadow(0 0 0.5px #ffffff);
}

@keyframes inProgressIndicator {
Expand Down

0 comments on commit ef4110c

Please sign in to comment.