Skip to content

Commit

Permalink
Add styles for modal edit links.
Browse files Browse the repository at this point in the history
Completes process to properly support modal in admin.

Fixes #617
  • Loading branch information
joedolson committed Sep 28, 2024
1 parent c2c1726 commit a53e08b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,11 @@
color: var(--primary-dark);
}

.mc_edit_links ul {
display: flex;
gap: 10px;
}

.mc-main .mc-list .event-date button:hover,
.mc-main .mc-list .event-date button:focus {
background: transparent;
Expand Down

0 comments on commit a53e08b

Please sign in to comment.