Merge pull request #1704 from urbanrotnik/ur-sci-3388-icon-for-deleting-is-visible

Hide icon for deleting [SCI-3388]
This commit is contained in:
Miha Mencin 2019-04-29 10:15:18 +02:00 committed by GitHub
commit a16b2cdf03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,6 +117,10 @@
&:hover {
box-shadow: $md-shadow-hover;
.remove-icon {
display: inline-block;
}
}
.attachment-thumbnail {
@ -167,6 +171,7 @@
.remove-icon {
bottom: 15px;
display: none;
position: relative;
right: 10px;
}