Skip to content

Commit

Permalink
Removed un used css
Browse files Browse the repository at this point in the history
  • Loading branch information
jerosoler committed Aug 4, 2021
1 parent 616a15f commit 638966d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/drawflow.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,6 @@
stroke-width: 5px;
stroke: steelblue;
}
.drawflow .selectbox {
z-index: 3;
position: absolute;
transform: translate(9999px, 9999px);
}
.drawflow .selectbox rect {
fill: blue;
opacity: 0.5;
stroke: yellow;
stroke-width: 5;
stroke-opacity: 0.5;
transform: translate(-9999px, -9999px);
}

.drawflow-delete {
position: absolute;
Expand Down

0 comments on commit 638966d

Please sign in to comment.