handling style when no mdp status
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-02-18 15:35:36 +01:00
parent 635137d1a7
commit ee0837b077

View File

@ -489,11 +489,12 @@ ul.striped > :nth-child(odd) {
&--publish:before { &--publish:before {
@apply bg-green-700; @apply bg-green-700;
} }
&--none,
&--draft, &--draft,
&--offline { &--offline {
@apply text-neutral-500 border-neutral-500; @apply text-neutral-500 border-neutral-500;
} }
&--none:before,
&--draft:before, &--draft:before,
&--offline:before { &--offline:before {
@apply bg-neutral-500; @apply bg-neutral-500;