From c744f2d0cffbcee131f89fc0edd2008f66e5e5c6 Mon Sep 17 00:00:00 2001 From: Ariella Vu <20778143+digiwand@users.noreply.github.com> Date: Fri, 20 Jan 2023 21:37:50 +0700 Subject: [PATCH] TransactionDecoding: rm unwanted cursor: pointer (#17318) --- ui/components/app/transaction-decoding/index.scss | 1 - ui/components/ui/disclosure/disclosure.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/ui/components/app/transaction-decoding/index.scss b/ui/components/app/transaction-decoding/index.scss index 474ca5efe..e1da1080e 100644 --- a/ui/components/app/transaction-decoding/index.scss +++ b/ui/components/app/transaction-decoding/index.scss @@ -9,7 +9,6 @@ overflow-x: hidden; display: flex; align-items: center; - cursor: pointer; &-loading { display: flex; diff --git a/ui/components/ui/disclosure/disclosure.scss b/ui/components/ui/disclosure/disclosure.scss index a02f76b3b..818b8aae8 100644 --- a/ui/components/ui/disclosure/disclosure.scss +++ b/ui/components/ui/disclosure/disclosure.scss @@ -1,6 +1,5 @@ .disclosure { margin: 12px 0; - cursor: pointer; font-size: 14px; &__summary {