From d1bb30e34590da54533eda6c56ad9482a734554d Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 16 Jan 2021 23:08:36 +0100 Subject: Add cursor hints near togglable menus Not that we should see a cursor on mobile, maybe people who zoom in a lot would appreciate that. --- commun.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commun.css b/commun.css index 8cdebd5..d7fade3 100644 --- a/commun.css +++ b/commun.css @@ -246,6 +246,7 @@ footer.legal { height: var(--height); margin: 0; opacity: 0; + cursor: pointer; } .togglable > img.button.open { grid-column: 1; @@ -273,6 +274,7 @@ footer.legal { height: 100%; display: flex; align-items: center; + cursor: pointer; } .togglable > .content { display: block; -- cgit v1.2.3