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> <p class="content">{{ event().content }}</p>
<div class="action-icons"> <div class="action-icons">
<button class="icon-btn" title="Edit">&#9998;</button> <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> </div>
<span class="author">{{ event().createdByName }}</span> <span class="author">{{ event().createdByName }}</span>
<span class="date">{{ event().createdAt | date:'MMM d, y' }}</span> <span class="date">{{ event().createdAt | date:'MMM d, y' }}</span>
@@ -47,14 +47,14 @@
text-align: right; text-align: right;
} }
.icon-btn { // .icon-btn {
background: none; // background: none;
border: none; // border: none;
cursor: pointer; // cursor: pointer;
font-size: 1rem; // font-size: 1rem;
color: #888; // color: #888;
padding: 0.125rem; // padding: 0.125rem;
} // }
.icon-btn:hover { .icon-btn:hover {
color: #4f46e5; color: #4f46e5;