Skip to content

Commit

Permalink
Make drop target rows fully visible even when inactive
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Jun 26, 2019
1 parent 336fbf8 commit 2e54160
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/sass/_snapcraft_release.scss
Expand Up @@ -83,6 +83,10 @@
opacity: .5;
}

.can-drop & {
opacity: 1;
}

&:hover,
&.is-active {
opacity: 1;
Expand Down Expand Up @@ -147,6 +151,10 @@
opacity: .5;
}

.can-drop & {
opacity: 1;
}

&.is-clickable:focus,
&.is-clickable:hover,
&.is-active {
Expand Down

0 comments on commit 2e54160

Please sign in to comment.