fix: delete operation style error (#485)

This commit is contained in:
Joel
2023-06-29 09:24:31 +08:00
committed by GitHub
parent db4e6d81c5
commit c6ab7eebd9
2 changed files with 6 additions and 2 deletions

View File

@@ -28,4 +28,8 @@ body .btn {
body .btn:hover {
/* background-image: ; */
background-color: #F2F4F7;
}
.deleteActionItem:hover .deleteActionItemChild {
@apply text-red-500;
}