Skip to content
Snippets Groups Projects
Commit b2d2f8fe authored by Tom Robinson's avatar Tom Robinson
Browse files

Prevent clicks on dashcards in editing mode

parent 3b685baf
Branches
Tags
No related merge requests found
......@@ -50,6 +50,7 @@
}
.Dash--editing .DashCard .Card {
pointer-events: none;
border: 1px dashed rgba(149, 149, 149, 0.5);
transition: border .3s, background-color .3s;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment