Skip to content

Commit

Permalink
Fix incorrect drop effect color in few places
Browse files Browse the repository at this point in the history
  • Loading branch information
tnajdek committed Jan 30, 2025
1 parent 27339c5 commit 8dc1ca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scss/components/attachment/_pane.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
height: 100%; // Fix rich-editor height in Safari
}

&.dnd-target {
&.dnd-target .scroll-container-mouse {
position: relative;
color: var(--material-background);
background: var(--fill-secondary);
Expand Down
2 changes: 1 addition & 1 deletion src/scss/components/item/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
}
}

&.dnd-target:not(.specifity) {
&.dnd-target:not(.specifity):not(.specifity) {
color: var(--material-background);
background: var(--fill-secondary);
}
Expand Down

0 comments on commit 8dc1ca0

Please sign in to comment.