For some reason Opera 12 thinks it supports pointer-events: none.

This commit is contained in:
ccd0 2015-03-12 04:25:56 -07:00
parent 682f760a2f
commit f336695529

View File

@ -70,7 +70,7 @@ span.hover > img {
max-height: 100%;
box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
}
@supports not (pointer-events: none) {
@supports not (pointer-events: auto) {
a[href$=".png"] {
position: relative;
}