From 55695cb7f1e1eedbc864522a89c8984e909ce7a9 Mon Sep 17 00:00:00 2001 From: Robin Scholtes Date: Mon, 17 Apr 2023 16:05:11 +1200 Subject: [PATCH] revert cursor grab for mobile UI --- src/web/stylesheets/components/_operation.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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; }