FileFullPreview functionality in file grid view

This commit is contained in:
Peter Papp
2020-08-30 15:33:20 +02:00
parent 2c04376a61
commit 6ba869234e
3 changed files with 21 additions and 7 deletions

View File

@@ -177,10 +177,11 @@ export default {
vertical-align: middle;
cursor: pointer;
color: $text;
align-self: center;
@include transition(150ms);
&:hover {
background: $light_background;
line {
stroke: $theme;
}