diff --git a/src/web/stylesheets/components/_operation.css b/src/web/stylesheets/components/_operation.css index c4235736..2700aa6e 100755 --- a/src/web/stylesheets/components/_operation.css +++ b/src/web/stylesheets/components/_operation.css @@ -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; }