Pointer event fix so the links receive hovers and clicks again

This commit is contained in:
Arne Schlüter 2015-02-07 20:57:15 +01:00
commit 589d3f6ae9

View file

@ -32,6 +32,10 @@ body {
list-style: none;
}
#filter-picker a {
pointer-events: auto;
}
.year-filter li {
display: inline-block;
}
@ -73,7 +77,7 @@ body {
text-decoration: none;
color: #333;
padding: 6px;
text-shadow: 0 0 20px rgba(255,255,255,.8);
text-shadow: 0 0 20px 20px rgba(255,255,255,.8);
position: relative;
}