Skip to content

Commit

Permalink
Merge pull request #3854 from PierreMesure/fix-a-css-leak
Browse files Browse the repository at this point in the history
Fix a tiny CSS leak
  • Loading branch information
javierm committed Dec 20, 2019
2 parents 3e0cada + 1431a83 commit dadd921
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 dadd921

Please sign in to comment.