option for users to delete their own comments
This commit is contained in:
@@ -2261,7 +2261,8 @@ body.layout-modern .item-sidebar-left .tag-controls {
|
||||
|
||||
.admin-pin-btn,
|
||||
.admin-edit-btn,
|
||||
.admin-delete-btn {
|
||||
.admin-delete-btn,
|
||||
.delete-btn {
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
@@ -2271,7 +2272,8 @@ body.layout-modern .item-sidebar-left .tag-controls {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.admin-delete-btn:hover {
|
||||
.admin-delete-btn:hover,
|
||||
.delete-btn:hover {
|
||||
color: #ff4444;
|
||||
}
|
||||
|
||||
@@ -2799,7 +2801,8 @@ body.layout-legacy .scroll-to-bottom svg {
|
||||
}
|
||||
|
||||
|
||||
.admin-delete-btn:hover {
|
||||
.admin-delete-btn:hover,
|
||||
.delete-btn:hover {
|
||||
color: #ff4444 !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user