Skip to content

Commit

Permalink
style: fix hover state nodes ui (#2065)
Browse files Browse the repository at this point in the history
* ui fix

* use box-shadow

Co-authored-by: zeye <2295905420@qq.com>
Co-authored-by: Andy Brown <asbrown002@gmail.com>
  • Loading branch information
3 people authored Feb 25, 2020
1 parent 1b14a18 commit d57e478
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ const nodeBorderSelectedStyle = css`

// BotAsks, UserAnswers and InvalidPromptBrick nodes selected style
const nodeBorderDoubleSelectedStyle = css`
outline: 2px solid #0078d4;
box-shadow: 0px 0px 0px 6px rgba(0, 120, 212, 0.3);
box-shadow: 0px 0px 0px 2px #0078d4, 0px 0px 0px 6px rgba(0, 120, 212, 0.3);
`;
export interface ElementWrapperProps {
id: string;
Expand Down

0 comments on commit d57e478

Please sign in to comment.