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 {
@apply bg-green-700;
}
&--none,
&--draft,
&--offline {
@apply text-neutral-500 border-neutral-500;
}
&--none:before,
&--draft:before,
&--offline:before {
@apply bg-neutral-500;