Skip to content

Commit

Permalink
fix: bootstrap 4 alert scss toast hover style closes #661
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed May 11, 2019
1 parent 819588d commit 7306e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/toastr-bs4-alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7306e2c

Please sign in to comment.