Set cursor to default for warning flash

Since the warning flash is not clickable, set the cursor to default
This commit is contained in:
Alex Buijs 2019-07-29 18:43:43 +02:00
parent 8505049e1f
commit 7ee68572d3
No known key found for this signature in database
GPG key ID: E76E45243841AF2E

View file

@ -43,6 +43,7 @@
@extend .alert;
background-color: $orange-100;
color: $orange-900;
cursor: default;
margin: 0;
}