From cffaaa369a2deda122cd7d88d347e5d5c3873a63 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Fri, 14 Feb 2025 00:50:01 -0300 Subject: [PATCH] fix(style): selecting transaction no longer highlights it --- frontend/src/styles/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/style.scss b/frontend/src/styles/style.scss index 7fc980b..51fdbf2 100644 --- a/frontend/src/styles/style.scss +++ b/frontend/src/styles/style.scss @@ -50,7 +50,7 @@ select[multiple] { padding: 0 8px !important; } -.transaction:has(input[type="checkbox"]:checked) > .transaction-item { +.transaction:has(input[type="checkbox"]:checked) > div > .transaction-item { background-color: $primary-bg-subtle-dark; }