mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 06:57:12 -04:00
revert cursor grab for mobile UI
This commit is contained in:
parent
0e49d52546
commit
55695cb7f1
1 changed files with 1 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue