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