From 04258e60bae867d91c2770ae4919b96a2d203c70 Mon Sep 17 00:00:00 2001 From: Guy Sleigh Date: Wed, 16 Mar 2022 18:27:05 +0100 Subject: [PATCH] Use buttons in edit collections article actions (#5642) --- client/src/ui/molecules/collection/menu.tsx | 20 ------------------ .../notifications-watch-menu/index.scss | 21 +++++-------------- .../ui/organisms/article-actions/index.scss | 13 +++++++----- 3 files changed, 13 insertions(+), 41 deletions(-) diff --git a/client/src/ui/molecules/collection/menu.tsx b/client/src/ui/molecules/collection/menu.tsx index 6761a39cd02e..173e1b98de66 100644 --- a/client/src/ui/molecules/collection/menu.tsx +++ b/client/src/ui/molecules/collection/menu.tsx @@ -166,26 +166,6 @@ export function BookmarkMenu({ {bookmarked ? "Edit Collection" : "Add Collection"} -
- {doc && data?.bookmarked ? ( -
-
li > .button, .article-actions-entries > li > div > .button {