Skip to content

Commit

Permalink
Fix a CSS leak
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMesure committed Dec 19, 2019
1 parent 70cc7de commit 1431a83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/assets/stylesheets/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2770,9 +2770,12 @@ table {
}

a:hover {
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
text-decoration: none;

&:not(.see-all) {
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

img {
transform: scale(1.1);
}
Expand Down

0 comments on commit 1431a83

Please sign in to comment.