Skip to content

Commit

Permalink
Allow click through preview actions
Browse files Browse the repository at this point in the history
fixes #191
  • Loading branch information
meriadec committed Mar 6, 2018
1 parent 5e5d206 commit 5b87882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/FilesList/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
}

.FileList--preview-actions-wrapper {
pointer-events: none;
transition: 100ms ease-in;
transition-property: opacity, transform;
position: absolute;
Expand All @@ -100,6 +101,7 @@
}

.FileList--preview-actions {
pointer-events: auto;
background: $bg;
box-shadow: rgba(black, 0.6) 0 3px 20px;
border-radius: 3px;
Expand Down

0 comments on commit 5b87882

Please sign in to comment.