fix attachment remove pointer

This commit is contained in:
Henry Jameson 2020-10-21 00:02:58 +03:00
parent a50cd7e37d
commit 7495c6b698
1 changed files with 2 additions and 1 deletions

View File

@ -511,7 +511,7 @@
flex-direction: column;
}
.attachments .media-upload-wrapper{
.attachments .media-upload-wrapper {
padding: 0 0.5em;
.attachment {
@ -531,6 +531,7 @@
border-radius: $fallback--attachmentRadius;
border-radius: var(--attachmentRadius, $fallback--attachmentRadius);
font-weight: bold;
cursor: pointer;
}
}