summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-01-16 23:08:36 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-01-17 22:16:28 +0100
commitd1bb30e34590da54533eda6c56ad9482a734554d (patch)
tree3e1ecc7f5c14d57de7fd86ba7a3f1ab91cc0457a
parent25e1ca957fc1465fb3223d4a9f355c268dfd2844 (diff)
downloadquatuorbellefeuille.com-d1bb30e34590da54533eda6c56ad9482a734554d.tar.xz
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.
-rw-r--r--commun.css2
1 files changed, 2 insertions, 0 deletions
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;