Skip to content
Snippets Groups Projects
Unverified Commit c6fe4894 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #2384 from nextcloud/fixbug/2365/fix_image_hover_effect

fix image hover effect on attachment
parents b7c44a7a 6c73e6cb
No related branches found
No related tags found
No related merge requests found
......@@ -216,6 +216,10 @@ export default {
display: block;
max-width: 100%;
max-height: 120px;
cursor: pointer;
}
.mail-attached-image:hover {
opacity: 0.8;
}
.attachment-save-to-cloud,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment