Set cursor to default for warning flash
Since the warning flash is not clickable, set the cursor to default
This commit is contained in:
parent
8505049e1f
commit
7ee68572d3
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
@extend .alert;
|
||||
background-color: $orange-100;
|
||||
color: $orange-900;
|
||||
cursor: default;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue