For some reason Opera 12 thinks it supports pointer-events: none.
This commit is contained in:
parent
682f760a2f
commit
f336695529
2
web.css
2
web.css
@ -70,7 +70,7 @@ span.hover > img {
|
|||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
|
box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
|
||||||
}
|
}
|
||||||
@supports not (pointer-events: none) {
|
@supports not (pointer-events: auto) {
|
||||||
a[href$=".png"] {
|
a[href$=".png"] {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user