mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 02:57:36 +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>
|
<p class="content">{{ event().content }}</p>
|
||||||
<div class="action-icons">
|
<div class="action-icons">
|
||||||
<button class="icon-btn" title="Edit">✎</button>
|
<button class="icon-btn" title="Edit">✎</button>
|
||||||
<button class="icon-btn" title="Delete">🗑</button>
|
<!-- <button class="icon-btn" title="Delete">🗑</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>
|
||||||
|
|||||||
+8
-8
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user