From 6206e24af049889ab034dd8b4d9a3a06f3fe9a76 Mon Sep 17 00:00:00 2001 From: keboss-m <85340750+keboss-m@users.noreply.github.com> Date: Mon, 1 Jun 2026 12:56:55 +0300 Subject: [PATCH] Fix CSS: restore hover effect for all file items including MD files --- backend/static/styles.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/backend/static/styles.css b/backend/static/styles.css index c3633b4..dc7e4b3 100644 --- a/backend/static/styles.css +++ b/backend/static/styles.css @@ -290,17 +290,13 @@ header h1 { border-radius: var(--radius); transition: background 0.2s; cursor: default; -} - -.file-item.clickable, .file-download { - cursor: pointer; text-decoration: none; color: inherit; - display: flex; } -.file-item.clickable:hover, .file-download:hover { +.file-item:hover { background: var(--bg-hover); + cursor: pointer; } .file-icon {