handling style when no mdp status
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
635137d1a7
commit
ee0837b077
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user