Now that the after is in the summary again, prevent pointer events isn't necessary anymore.

master
Gijs 3 years ago
parent a4eb364ed4
commit d527d409a6

@ -216,7 +216,7 @@ strong {
display: block; display: block;
content: 'show details ↓'; content: 'show details ↓';
position: absolute; position: absolute;
bottom: 1px; bottom: 0px;
left: 0; left: 0;
right: 0; right: 0;
height: calc(3.5 * var(--line-height)); height: calc(3.5 * var(--line-height));
@ -225,7 +225,7 @@ strong {
box-sizing: border-box; box-sizing: border-box;
font-size: 85%; font-size: 85%;
padding: calc(2 * var(--line-height)) 0 0 var(--line-height); padding: calc(2 * var(--line-height)) 0 0 var(--line-height);
pointer-events: none; /* pointer-events: none; */
} }
details[open]::after { details[open]::after {

Loading…
Cancel
Save