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; - } -}