Commit 7ee68572 authored by Alex Buijs's avatar Alex Buijs

Set cursor to default for warning flash

Since the warning flash is not clickable, set the cursor to default
parent 8505049e
......@@ -43,6 +43,7 @@
@extend .alert;
background-color: $orange-100;
color: $orange-900;
cursor: default;
margin: 0;
}
......
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