From 7813d8754aff25d9056b7b881c8f7a038fd1f33a Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Sat, 4 Jan 2025 22:31:58 +0300
Subject: [PATCH] Issue #3496917 by qusai taha: Fix moderation state dropdown
 issue after Gin Theme Update to Version 8.x-3.0 with Varbase Workflow

---
 css/theme/moderation-state.theme.css   | 4 ++--
 scss/theme/moderation-state.theme.scss | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/css/theme/moderation-state.theme.css b/css/theme/moderation-state.theme.css
index 23a0e45..4c3a7a8 100644
--- a/css/theme/moderation-state.theme.css
+++ b/css/theme/moderation-state.theme.css
@@ -14,11 +14,11 @@
 }
 
 #edit-gin-sticky-actions #gin-sticky-edit-submit {
-  order: -5;
+  order: -4;
 }
 
 #edit-gin-sticky-actions #gin-sticky-edit-preview {
-  order: -4;
+  order: -5;
 }
 
 #edit-gin-sidebar #edit-moderation-state-wrapper {
diff --git a/scss/theme/moderation-state.theme.scss b/scss/theme/moderation-state.theme.scss
index 30a30ab..5acf009 100644
--- a/scss/theme/moderation-state.theme.scss
+++ b/scss/theme/moderation-state.theme.scss
@@ -18,11 +18,11 @@
   }
   
   #gin-sticky-edit-submit {
-    order: -5;
+    order: -4;
   }
   
   #gin-sticky-edit-preview {
-    order: -4;
+    order: -5;
   }
 }
 
-- 
GitLab