Merge pull request #3854 from PierreMesure/fix-a-css-leak

Fix a tiny CSS leak
This commit is contained in:
Javier Martín
2019-12-20 15:23:22 +01:00
committed by GitHub

View File

@@ -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);
}