From ee0837b0771d4293f88f42a51274b1d8f1cb9fd1 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 18 Feb 2025 15:35:36 +0100 Subject: [PATCH] handling style when no mdp status --- resources/css/admin-style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index 3146383..689f8b0 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -489,11 +489,12 @@ ul.striped > :nth-child(odd) { &--publish:before { @apply bg-green-700; } - + &--none, &--draft, &--offline { @apply text-neutral-500 border-neutral-500; } + &--none:before, &--draft:before, &--offline:before { @apply bg-neutral-500;