Skip to content

Commit

Permalink
fix: fix hover and focused border for block child section
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiaifrim committed Jul 26, 2023
1 parent c43dd5c commit 4c18b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/manage/Blocks/Accordion/editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

// with z-index: -1 you don't get the hover and focused border for block child section
.block .block:not(.inner)::before {
z-index: 0;
z-index: auto;
}
}

Expand Down

0 comments on commit 4c18b4f

Please sign in to comment.