Commit 050dd50a authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '31390-remove-pointer-cursor-from-memory-usage-chart' into 'master'

Remove pointer cursor from sparkline chart in MR widget deployment

See merge request gitlab-org/gitlab!18599
parents 447a9e54 0f802ad3
.memory-graph-container {
svg {
background: $white-light;
cursor: pointer;
&:hover {
box-shadow: 0 0 4px $gray-darkest inset;
}
border: 1px solid $gray-200;
}
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