Commit 0f802ad3 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska Committed by Natalia Tepluhina

Remove pointer cursor from sparkline chart in MR widget deployment

parent 447a9e54
.memory-graph-container { .memory-graph-container {
svg { svg {
background: $white-light; background: $white-light;
cursor: pointer; border: 1px solid $gray-200;
&:hover {
box-shadow: 0 0 4px $gray-darkest inset;
}
} }
path { path {
......
---
title: Remove pointer cursor from MemoryUsage chart on MR widget deployment
merge_request: 18599
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment