Skip to content

Commit

Permalink
Remove opacity rule
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Jun 23, 2023
1 parent d2782bc commit 9339445
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/block-editor/src/components/list-view/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) $white;
}

&.is-dragging {
opacity: 0.5;
}

// Border radius for corners of the selected item.
&.is-first-selected td:first-child {
border-top-left-radius: $radius-block-ui;
Expand Down

0 comments on commit 9339445

Please sign in to comment.