Skip to content

Commit

Permalink
fix: hover and focused border for block child - refs #255840
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiaifrim authored Jul 26, 2023
1 parent a5667cb commit fdd7783
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/themes/eea/extras/main.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@
#main main {
overflow: inherit;
}

// with z-index: -1 you don't get the hover and focused border for block child section
// TODO: to be removed if https://github.com/plone/volto/pull/5029 merged
.block .block:not(.inner)::before {
z-index: auto;
}

0 comments on commit fdd7783

Please sign in to comment.