Skip to content

Commit

Permalink
Clean up styling slightly
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Oct 19, 2023
1 parent 5c05976 commit 8af512e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/pages/workflow_detail/workspace/reactflow-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ $handle-color-invalid: $euiColorDanger;
// We need to use important tag to override ReactFlow's wrapNode that sets the box-shadow.
// Ref: https://github.com/wbkd/react-flow/blob/main/packages/core/src/components/Nodes/wrapNode.tsx#L187
.reactflow-workspace .react-flow__node-customComponent.selected {
box-shadow: 0 0 2px 2px rgba('0, 0, 0', 0.5);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
border-radius: 5px;
&:focus {
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5) !important;
}
Expand Down

0 comments on commit 8af512e

Please sign in to comment.