Add danger background to dangerous menu items on hover (#3148)
closes #3105
This commit is contained in:
@@ -171,6 +171,7 @@ function CollectionMenu({
|
||||
{
|
||||
type: "button",
|
||||
title: `${t("Delete")}…`,
|
||||
dangerous: true,
|
||||
visible: !!(collection && can.delete),
|
||||
onClick: () => setShowCollectionDelete(true),
|
||||
icon: <TrashIcon />,
|
||||
|
||||
Reference in New Issue
Block a user