revert cursor grab for mobile UI

This commit is contained in:
Robin Scholtes 2023-04-17 16:05:11 +12:00
parent 0e49d52546
commit 55695cb7f1

View file

@ -7,7 +7,7 @@
*/ */
.operation { .operation {
cursor: pointer; cursor: grab;
padding: 10px; padding: 10px;
list-style-type: none; list-style-type: none;
position: relative; position: relative;
@ -18,12 +18,6 @@
border-right: none; border-right: none;
} }
@media only screen and ( min-width: 768px ) {
.operation {
cursor: grab;
}
}
#rec-list .operation { #rec-list .operation {
padding: 14px; padding: 14px;
} }