From 4316f7b9131aabed2d339922e6d9fd5789264479 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Mon, 25 Nov 2019 10:45:37 -0500 Subject: [PATCH] preview styling fix yolo'd from github UI --- ui/scss/component/_claim-list.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ui/scss/component/_claim-list.scss b/ui/scss/component/_claim-list.scss index d1ca06a5d..d834c5e8d 100644 --- a/ui/scss/component/_claim-list.scss +++ b/ui/scss/component/_claim-list.scss @@ -58,7 +58,7 @@ overflow: visible; padding: var(--spacing-medium); - &:not(.claim-preview--inline) { + &:not(.claim-preview--inline):not(.claim-preview--pending) { cursor: pointer; } @@ -113,12 +113,7 @@ } .claim-preview--pending { - cursor: pointer; opacity: 0.6; - - &:hover { - background-color: black; //white; - } } .claim-preview--inline {