Fix CSS: restore hover effect for all file items including MD files
This commit is contained in:
parent
37f2b00deb
commit
6206e24af0
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user