Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use more specific classes
  • Loading branch information
ramonjd committed Jan 3, 2024
commit 235af2a9d61b5b38bb27cd37cf26892239c721b5
4 changes: 2 additions & 2 deletions packages/block-editor/src/components/list-view/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
// Use position relative for row animation.
position: relative;

&.is-draggable:hover,
&.is-draggable:hover .block-editor-list-view-block-contents * {
&.is-draggable:hover .block-editor-list-view-block__contents-cell,
&.is-draggable:hover .block-editor-list-view-block-contents {
cursor: grab;
}

Expand Down