From 8056d88752098341ccc9d587d9bb64ea2705ec1f Mon Sep 17 00:00:00 2001 From: Alec Menconi Date: Fri, 15 Mar 2024 02:02:45 -0400 Subject: [PATCH] Fixed issue in Firefox where NFT card checkboxes weren't working, light styling changes to modal buttons. --- .../nft-card/nft-card.component.html | 4 +++ .../components/nft-card/nft-card.component.ts | 28 +++++++++++++------ .../nft-selection-toolbar.component.html | 16 ++++------- .../nft-transfer/nft-transfer.component.html | 12 ++++---- 4 files changed, 33 insertions(+), 27 deletions(-) diff --git a/src/app/components/nft/components/nft-card/nft-card.component.html b/src/app/components/nft/components/nft-card/nft-card.component.html index 806da36..d6585f7 100644 --- a/src/app/components/nft/components/nft-card/nft-card.component.html +++ b/src/app/components/nft/components/nft-card/nft-card.component.html @@ -6,11 +6,14 @@ 'cursor-not-allowed opacity-50': nftSelected }" > + +
diff --git a/src/app/components/nft/components/nft-transfer/nft-transfer.component.html b/src/app/components/nft/components/nft-transfer/nft-transfer.component.html index 5dda3fd..1d35799 100644 --- a/src/app/components/nft/components/nft-transfer/nft-transfer.component.html +++ b/src/app/components/nft/components/nft-transfer/nft-transfer.component.html @@ -168,9 +168,8 @@