Skip to content

Commit

Permalink
Ensure status icon continues to claim space while hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Dec 18, 2024
1 parent 66faa7e commit eed0b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/core/src/manager/components/sidebar/Tree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ export const LeafNodeStyleWrapper = styled.div(({ theme }) => ({
},

'& [data-displayed="on"] + *': {
display: 'none',
visibility: 'hidden',
},

'&:hover [data-displayed="off"] + *': {
display: 'none',
visibility: 'hidden',
},

'&[data-selected="true"]': {
Expand Down

0 comments on commit eed0b8b

Please sign in to comment.