From 0e27419fa5f1c5c254c80707e61335a15c995be6 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Mon, 9 Jan 2023 14:57:16 +0100
Subject: [PATCH] Fix #572

---
 app/assets/stylesheets/admin/appstack/style.sass | 3 ---
 app/assets/stylesheets/admin/commons/style.sass  | 7 +++++++
 2 files changed, 7 insertions(+), 3 deletions(-)
 create mode 100644 app/assets/stylesheets/admin/commons/style.sass

diff --git a/app/assets/stylesheets/admin/appstack/style.sass b/app/assets/stylesheets/admin/appstack/style.sass
index da124eacb..d0c9e8f1e 100644
--- a/app/assets/stylesheets/admin/appstack/style.sass
+++ b/app/assets/stylesheets/admin/appstack/style.sass
@@ -92,9 +92,6 @@ h1
         box-shadow: none
         padding: 0.5rem 0
 
-.draft
-    opacity: 0.5
-
 .btn-light[target=_blank]::after
     filter: invert(0)
 
diff --git a/app/assets/stylesheets/admin/commons/style.sass b/app/assets/stylesheets/admin/commons/style.sass
new file mode 100644
index 000000000..6792bc315
--- /dev/null
+++ b/app/assets/stylesheets/admin/commons/style.sass
@@ -0,0 +1,7 @@
+.draft
+    td
+        opacity: 0.5
+        &:last-of-type // Buttons
+            opacity: 1
+.handle
+    cursor: move
\ No newline at end of file
-- 
GitLab