mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
fix: delete operation style error (#485)
This commit is contained in:
@ -28,4 +28,8 @@ body .btn {
|
||||
body .btn:hover {
|
||||
/* background-image: ; */
|
||||
background-color: #F2F4F7;
|
||||
}
|
||||
|
||||
.deleteActionItem:hover .deleteActionItemChild {
|
||||
@apply text-red-500;
|
||||
}
|
||||
Reference in New Issue
Block a user