Skip to content

Commit

Permalink
Fix widget display
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jul 21, 2024
1 parent c538ee8 commit b946a63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/dist/css/workflow.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/resources/src/scss/workflow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
}
}

.status.revoked {
--outline-color: var(--gray-500);
box-shadow: inset 0 0 0 2px var(--outline-color);
}



// ==========================================================================
Expand Down
1 change: 1 addition & 0 deletions src/templates/_widget/body.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<a href="{{ submission.getCpEditUrl() }}">
<span class="username">{{ submission.uiLabel() }}</span>
<small>{{ submission.dateCreated | timestamp('short') }}: {{ submission.getEditor() }}</small>
</a>
</div>
{% endfor %}
Expand Down

0 comments on commit b946a63

Please sign in to comment.