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 {