Fix a CSS leak

This commit is contained in:
Pierre Mesure
2019-11-13 20:37:57 +01:00
parent 70cc7dee73
commit 1431a8379c

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