revert cursor grab for mobile UI
This commit is contained in:
parent
0e49d52546
commit
55695cb7f1
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
.operation {
|
||||
cursor: pointer;
|
||||
cursor: grab;
|
||||
padding: 10px;
|
||||
list-style-type: none;
|
||||
position: relative;
|
||||
@ -18,12 +18,6 @@
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
@media only screen and ( min-width: 768px ) {
|
||||
.operation {
|
||||
cursor: grab;
|
||||
}
|
||||
}
|
||||
|
||||
#rec-list .operation {
|
||||
padding: 14px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user