Merge pull request #13287 from influxdata/variables-cursor-hand

Update cursor to grab over draggable areas
pull/13291/head
Iris Scholten 2019-04-10 09:48:04 -07:00 committed by GitHub
commit db2b9e278e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
background-color: $g3-castle;
background-attachment: fixed;
display: flex;
cursor: grab;
> span {
@include gradient-h($c-comet, $c-laser);

View File

@ -84,7 +84,7 @@
position: relative;
&:hover {
cursor: pointer;
cursor: grab;
}
}
.customizable-field--visibility {