Skip to content
Snippets Groups Projects
Commit 7306e2c5 authored by Scott Cooper's avatar Scott Cooper
Browse files

fix: bootstrap 4 alert scss toast hover style closes #661

parent 819588d6
No related branches found
Tags v10.0.4
No related merge requests found
......@@ -111,7 +111,7 @@
opacity: 0.75;
}
}
.toast:hover {
.ngx-toastr:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
opacity: 1;
cursor: pointer;
......
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