Skip to content
Snippets Groups Projects
Commit d96d60b8 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

change from SVG cursors on dashboard card editing to normal css cursors.

parent 6888364c
No related branches found
No related tags found
No related merge requests found
......@@ -121,8 +121,8 @@
transition: transform 0s;
}
.Dash--editing .DashCard.react-draggable {
cursor: url(/app/components/icons/assets/cursor_move.svg) 16 16, auto;
.Dash--editing .DashCard {
cursor: move;
}
.Dash--editing .DashCard .react-resizable-handle {
......@@ -131,7 +131,7 @@
height: 40px;
bottom: 0;
right: 0;
cursor: url(/app/components/icons/assets/cursor_resize.svg) 16 16, auto;
cursor: nwse-resize;
}
.Dash--editing .react-grid-placeholder {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment