mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Pointer event fix so the links receive hovers and clicks again
This commit is contained in:
parent
a30ad1fc1c
commit
589d3f6ae9
1 changed files with 5 additions and 1 deletions
|
|
@ -32,6 +32,10 @@ body {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#filter-picker a {
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.year-filter li {
|
.year-filter li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
@ -73,7 +77,7 @@ body {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #333;
|
color: #333;
|
||||||
padding: 6px;
|
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;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue