From 929158a32d56b827fa422f94f9a54fa35a2f9b71 Mon Sep 17 00:00:00 2001 From: Yohan Boujon Date: Tue, 30 Jan 2024 22:51:38 +0100 Subject: [PATCH] Frontend: Replaced all grab cursor by pointer. --- frontend/src/lib/css/pill.css | 2 +- frontend/src/lib/css/project-popup.css | 4 ++-- frontend/src/lib/css/slide.css | 2 +- frontend/src/lib/css/slideshow.css | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/lib/css/pill.css b/frontend/src/lib/css/pill.css index 1fdea5c..7dc7219 100644 --- a/frontend/src/lib/css/pill.css +++ b/frontend/src/lib/css/pill.css @@ -86,7 +86,7 @@ align-items: center; color: var(--color-background); border: 0; - cursor: grab; + cursor: pointer; margin: 0 !important; padding: 0 !important; transition: none; diff --git a/frontend/src/lib/css/project-popup.css b/frontend/src/lib/css/project-popup.css index 1b5cbff..5b5b3f6 100644 --- a/frontend/src/lib/css/project-popup.css +++ b/frontend/src/lib/css/project-popup.css @@ -37,7 +37,7 @@ position: absolute; right: 0.5rem; top: 0.5rem; - cursor: grab; + cursor: pointer; } .project-popup-close:hover { @@ -135,7 +135,7 @@ border: 0; transition: none; color: var(--color-background); - cursor: grab; + cursor: pointer; text-decoration: none; text-align: center; font-size: 0.85rem; diff --git a/frontend/src/lib/css/slide.css b/frontend/src/lib/css/slide.css index 058e75a..d28e62b 100644 --- a/frontend/src/lib/css/slide.css +++ b/frontend/src/lib/css/slide.css @@ -208,7 +208,7 @@ border-color: rgba(0, 0, 0, 0); box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2); transition: all .3s ease 0s; - cursor: grab; + cursor: pointer; } .slide-button:hover { diff --git a/frontend/src/lib/css/slideshow.css b/frontend/src/lib/css/slideshow.css index 4746a62..71f5d0d 100644 --- a/frontend/src/lib/css/slideshow.css +++ b/frontend/src/lib/css/slideshow.css @@ -23,7 +23,7 @@ color: var(--color-background); border: 0; transition: all .3s ease 0s; - cursor: grab; + cursor: pointer; } } @@ -45,7 +45,7 @@ color: var(--color-background); border: 0; transition: all .3s ease 0s; - cursor: grab; + cursor: pointer; } }