Skip to content

Commit

Permalink
Bugfix: only direct descendants of .dragged-over get overlay styling …
Browse files Browse the repository at this point in the history
…applied

  - dragging items over the *any* idea column was causing *all* idea column's 'overlay' elements to get styling applied multiple times, causing a difference in the apparent opacity of the overlay
  • Loading branch information
vanderhoop committed Feb 11, 2019
1 parent 721040b commit 03dd760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/static/js/components/css_modules/idea_drop_target.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:global(.dragged-over) {
position: relative;

:global(.overlay) {
:global(> .overlay) {
position: absolute;
top: 0;
left: 0;
Expand Down

0 comments on commit 03dd760

Please sign in to comment.