Got rid of trash can icon per meeting

This commit is contained in:
vraj545
2026-03-06 16:48:49 -05:00
parent 0f7ce76d63
commit dae3d0d22b
2 changed files with 9 additions and 9 deletions
@@ -2,7 +2,7 @@
<p class="content">{{ event().content }}</p>
<div class="action-icons">
<button class="icon-btn" title="Edit">&#9998;</button>
<button class="icon-btn" title="Delete">&#128465;</button>
<!-- <button class="icon-btn" title="Delete">&#128465;</button> -->
</div>
<span class="author">{{ event().createdByName }}</span>
<span class="date">{{ event().createdAt | date:'MMM d, y' }}</span>
@@ -47,14 +47,14 @@
text-align: right;
}
.icon-btn {
background: none;
border: none;
cursor: pointer;
font-size: 1rem;
color: #888;
padding: 0.125rem;
}
// .icon-btn {
// background: none;
// border: none;
// cursor: pointer;
// font-size: 1rem;
// color: #888;
// padding: 0.125rem;
// }
.icon-btn:hover {
color: #4f46e5;