mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 07:37:38 +00:00
Got rid of trash can icon per meeting
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
<p class="content">{{ event().content }}</p>
|
||||
<div class="action-icons">
|
||||
<button class="icon-btn" title="Edit">✎</button>
|
||||
<button class="icon-btn" title="Delete">🗑</button>
|
||||
<!-- <button class="icon-btn" title="Delete">🗑</button> -->
|
||||
</div>
|
||||
<span class="author">{{ event().createdByName }}</span>
|
||||
<span class="date">{{ event().createdAt | date:'MMM d, y' }}</span>
|
||||
|
||||
+8
-8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user