Skip to content

Commit

Permalink
Merge pull request #649 from 3DStreet/fix-hover-border
Browse files Browse the repository at this point in the history
Fix flickering issue when hovering over left-panel scene graph
  • Loading branch information
kfarr authored Jun 17, 2024
2 parents 2e6e3a2 + 200c123 commit 8b759ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/editor/style/scenegraph.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,9 @@
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 2px;
}
.layer:not(.active):hover {
border: 2px solid variables.$purple-900;
padding: 0px;
box-sizing: border-box;
outline: 2px solid variables.$purple-900;
> div:first-child {
background: none;
}
Expand Down

0 comments on commit 8b759ee

Please sign in to comment.