Frontend: Replaced all grab cursor by pointer.

This commit is contained in:
Yohan Boujon 2024-01-30 22:51:38 +01:00
parent e9563e6a5d
commit 929158a32d
4 changed files with 6 additions and 6 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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 {

View file

@ -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;
}
}