Fix CSS: restore hover effect for all file items including MD files

This commit is contained in:
keboss-m 2026-06-01 12:56:55 +03:00
parent 37f2b00deb
commit 6206e24af0

View File

@ -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 {