From d7c1cc00abe7c8097625ee905a1285aa0794a598 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Tue, 17 Feb 2026 19:47:48 -0800 Subject: Remove visual 'selected' state highlight from feed items --- frontend-vanilla/src/style.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'frontend-vanilla/src/style.css') diff --git a/frontend-vanilla/src/style.css b/frontend-vanilla/src/style.css index f58ae24..c765666 100644 --- a/frontend-vanilla/src/style.css +++ b/frontend-vanilla/src/style.css @@ -444,14 +444,6 @@ select:focus { transition: background-color 0.2s ease; } -.feed-item.selected { - background-color: rgba(0, 123, 255, 0.05); - box-shadow: inset 4px 0 0 var(--accent-color); -} - -.theme-dark .feed-item.selected { - background-color: rgba(33, 136, 255, 0.1); -} .item-header { display: flex; -- cgit v1.2.3