Skip to content

Commit

Permalink
fix(stylesheet): override stroke color during .attach-ok
Browse files Browse the repository at this point in the history
Make sure .attach-ok assigns stroke color independent
of actual element styling.
  • Loading branch information
nikku committed Dec 1, 2016
1 parent dd3d97f commit b2e4338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/diagram-js.css
Expand Up @@ -62,7 +62,7 @@ svg.new-parent {

.djs-element.attach-ok .djs-visual > :nth-child(1) {
stroke-width: 5px !important;
stroke: rgba(255, 116, 0, 0.7);
stroke: rgba(255, 116, 0, 0.7) !important;
}


Expand Down

0 comments on commit b2e4338

Please sign in to comment.