
.chart {

  .chart-content {

    svg {

      .annotation-handle {
        fill: $mm-neutral-white;
        stroke: $mm-neutral-black;
        stroke-width: 1;
      }

      .annotation-line-value-container {
        fill: $mm-neutral-white;
        stroke-width: 1;
        stroke: $mm-neutral-black;
        opacity: 0.9;
      }

      .annotation-line-draggable-x, .annotation-handle-draggable-x {
        cursor: col-resize;
      }

      .annotation-line-draggable-y, .annotation-handle-draggable-y {
        cursor: row-resize;
      }
    }
  }
}