Fix attachment hover

This commit is contained in:
kolaente 2021-01-26 22:28:36 +01:00
parent 7049607b28
commit 6624568faf
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
padding: .5rem; padding: .5rem;
&:hover { &:hover {
background-color: $grey-100; background-color: $grey-200;
} }
.filename { .filename {