From ae1219f614f23f7fe7b6bb1d7e5cc86da7cc9411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 17 Sep 2026 13:50:58 -0700 Subject: [PATCH] Styles: fix keyboard focus in column views --- data/stylesheet/_index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/stylesheet/_index.scss b/data/stylesheet/_index.scss index 5db443721..dab13e1bc 100644 --- a/data/stylesheet/_index.scss +++ b/data/stylesheet/_index.scss @@ -173,7 +173,7 @@ columnview { padding: 0.5em; } - row:nth-child(odd) { - background: #{'@bg_color'}; + row:nth-child(odd):not(:focus) { + background-color: #{'@bg_color'}; } }