Skip to content

Commit

Permalink
WIP: make hover state more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Aug 16, 2022
1 parent c0049a3 commit 924422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/diagram-js.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
*/

.djs-container svg:focus {
box-shadow: inset 0px 0px 0px 1px var(--canvas-focus-box-shadow-color);
box-shadow: inset 0px 0px 0px 5px var(--canvas-focus-box-shadow-color);
outline: none;
}

Expand Down

0 comments on commit 924422b

Please sign in to comment.