From {T192710}
> * I feel the area that is clickable on the panel is strange- I guess it is only on the part that is 100% visible, and that a gap has to be added between the preferences and the button, but maybe the gap can be just a corner on the right-down, or at least extend the clickable parts a bit more towards the bottom part? Image attached: {F17228258}
= Problem
For readers it is unclear where the clickable area on the page previews panel begins. Intuitively one might think that the content (image + text) is clickable, but currently the bottom portion of the text content is not clickable.
= Design notes
- the entire panel, aside from the cog+cog hover area, should click-through to the respective page
- the entire panel should have `pointer:cursor`
{F22374469}
= Developer notes
Currently the links only apply to the thumbnail portion and the extra portion via links inside the preview itself (note the red line surrounding the link inside this preview:)
{F17307847}
= Proposed solution
# Bind a click to anywhere on the preview to the link via JS. The settings cog should stop propagation to the parent element. Note, there is a danger of accessibility problems here but these are recorded and will be dealt with later.