Skip to content

Commit

Permalink
Fix missing draft status icon
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Jul 8, 2024
1 parent 28f76eb commit fa9f5fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes for Campaign

## 3.4.1 - Unreleased

### Fixed

- Fixed missing draft status icons in sendouts.

## 3.4.0 - 2024-07-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "putyourlightson/craft-campaign",
"description": "Send and manage email campaigns, contacts and mailing lists.",
"version": "3.4.0",
"version": "3.4.1",
"type": "craft-plugin",
"homepage": "https://putyourlightson.com/plugins/campaign",
"license": "proprietary",
Expand Down
5 changes: 5 additions & 0 deletions src/resources/css/campaign.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@ table th.thin, table td.thin {
border-color: transparent !important;
}

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

label.subscriptionStatus {
display: inline-block;
border-radius: 3px;
Expand Down

0 comments on commit fa9f5fd

Please sign in to comment.