Frontend: Replaced all grab cursor by pointer.
This commit is contained in:
parent
e9563e6a5d
commit
929158a32d
4 changed files with 6 additions and 6 deletions
|
@ -86,7 +86,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: var(--color-background);
|
color: var(--color-background);
|
||||||
border: 0;
|
border: 0;
|
||||||
cursor: grab;
|
cursor: pointer;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
transition: none;
|
transition: none;
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0.5rem;
|
right: 0.5rem;
|
||||||
top: 0.5rem;
|
top: 0.5rem;
|
||||||
cursor: grab;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-popup-close:hover {
|
.project-popup-close:hover {
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
transition: none;
|
transition: none;
|
||||||
color: var(--color-background);
|
color: var(--color-background);
|
||||||
cursor: grab;
|
cursor: pointer;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
|
|
|
@ -208,7 +208,7 @@
|
||||||
border-color: rgba(0, 0, 0, 0);
|
border-color: rgba(0, 0, 0, 0);
|
||||||
box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
|
box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
|
||||||
transition: all .3s ease 0s;
|
transition: all .3s ease 0s;
|
||||||
cursor: grab;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slide-button:hover {
|
.slide-button:hover {
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
color: var(--color-background);
|
color: var(--color-background);
|
||||||
border: 0;
|
border: 0;
|
||||||
transition: all .3s ease 0s;
|
transition: all .3s ease 0s;
|
||||||
cursor: grab;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
color: var(--color-background);
|
color: var(--color-background);
|
||||||
border: 0;
|
border: 0;
|
||||||
transition: all .3s ease 0s;
|
transition: all .3s ease 0s;
|
||||||
cursor: grab;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue