Skip to content

Commit

Permalink
fix css rules for drop shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Sep 9, 2021
1 parent 551a443 commit a441ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ label.required::before, legend.required::before {
perspective: 1200px;
}

.booklet-hover {
.booklet-hover svg {
filter: drop-shadow( 0px 1px 2px rgba(0, 0, 0, 0.2));
}

Expand Down

0 comments on commit a441ab9

Please sign in to comment.