Avoid capturing mouse or pointer events in graphical assets.

This commit is contained in:
Paulo Reis 2017-03-01 13:52:51 +00:00
parent 669fa3f636
commit a3b5813985

View file

@ -28,6 +28,7 @@
background-size: 400px;
background-repeat: no-repeat;
background-position: right 70%;
pointer-events: none;
}
&::after {
content: '';
@ -36,11 +37,12 @@
top: 0;
bottom: 0;
left: 0;
right: 0;
right: 50%;
background-image: url(/img/brand/500-visual-tail.svg);
background-size: 100px;
background-repeat: no-repeat;
background-position: 35% bottom;
background-position: 90% bottom;
pointer-events: none;
}
}
.error-img {