From 062fdb3658ba1a9beeac44f1ac5656c5507490b0 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 17 Nov 2021 20:06:24 +0900 Subject: [PATCH] Don't change cursor when hovering over OP_RETURN --- .../transactions-list/transactions-list.component.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/src/app/components/transactions-list/transactions-list.component.scss b/frontend/src/app/components/transactions-list/transactions-list.component.scss index 48f2ff8e1..5a96d2d3c 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.scss +++ b/frontend/src/app/components/transactions-list/transactions-list.component.scss @@ -119,9 +119,3 @@ h2 { line-height: 1; } - -.badge { - &:hover { - cursor: zoom-in; - } -}