From 774ec635c7b707f60f64d36f92f4bea920c4c5e8 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Fri, 20 Mar 2026 09:02:33 -0400 Subject: [PATCH] fix: consolidate reader-nav-thumb active/hover CSS rules Remove duplicate .reader-nav-thumb:hover and .reader-nav-thumb.active blocks from the old sidebar styles. The newer rules using opacity and border-left (added ~line 2646) supersede them. Co-Authored-By: Claude Sonnet 4.6 --- app/static/style.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/static/style.css b/app/static/style.css index 25c49fa..faa9817 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -2547,14 +2547,6 @@ body.select-mode .gallery-infinite-container { transition: all 0.2s ease; } -.reader-nav-thumb:hover { - border-color: rgba(255, 255, 255, 0.3); -} - -.reader-nav-thumb.active { - border-color: var(--btn-primary); -} - .reader-nav-thumb img { width: 100%; height: auto;