Merge pull request #13287 from influxdata/variables-cursor-hand
Update cursor to grab over draggable areaspull/13291/head
commit
db2b9e278e
|
@ -28,6 +28,7 @@
|
|||
background-color: $g3-castle;
|
||||
background-attachment: fixed;
|
||||
display: flex;
|
||||
cursor: grab;
|
||||
|
||||
> span {
|
||||
@include gradient-h($c-comet, $c-laser);
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
position: relative;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
cursor: grab;
|
||||
}
|
||||
}
|
||||
.customizable-field--visibility {
|
||||
|
|
Loading…
Reference in New Issue