Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Nov 26, 2023
1 parent 1f05c7e commit 5b68296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
* xref:neo4j-arc/index.adoc[Neo4J Arc]
** xref:neo4j-arc/i18n.adoc[]
** xref:neo4j-arc/themes.adoc[]
** xref:neo4j-arc/graph-modelling.adoc[]
** xref:neo4j-arc/graph-interactions.adoc[]
2 changes: 2 additions & 0 deletions src/neo4j-arc/graph-visualization/GraphVisualizer/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export const StyledNodeInspectorContainer = styled.div<{
export const StyledNodeInspectorTopMenuChevron = styled.button<{
expanded: boolean
}>`
border: none;
outline: none;
background-color: ${props => props.theme.frameSidebarBackground};
cursor: pointer;
position: absolute;
Expand Down

0 comments on commit 5b68296

Please sign in to comment.