Skip to content

Commit

Permalink
Use 'over-file' class for file drop targets in item-table and item-grid.
Browse files Browse the repository at this point in the history
  • Loading branch information
flachware committed Sep 18, 2019
1 parent 7c12efe commit c3d097b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stylesheets/components/item/_grid.scss
Expand Up @@ -45,7 +45,7 @@
}
}

&.over {
&.over-file {
@extend %drop-target;
}
}
2 changes: 1 addition & 1 deletion src/stylesheets/components/item/_table.scss
Expand Up @@ -215,7 +215,7 @@
display: flex; // Prevent overflow
contain: strict;

&.over {
&.over-file {
@extend %drop-target;
}
}
Expand Down

0 comments on commit c3d097b

Please sign in to comment.