Skip to content

Commit

Permalink
Revert "Fix resize handle css (#243)" (#244)
Browse files Browse the repository at this point in the history
This reverts commit f4e1e59.
  • Loading branch information
tortmayr authored Feb 20, 2025
1 parent f4e1e59 commit f1c67da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/theia-integration/css/diagram.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
stroke: var(--theia-editor-inactiveSelectionBackground);
}

.sprotty-resize-handle.selected:not(.movement-not-allowed),
.sprotty-resize-handle.active:not(.movement-not-allowed),
.sprotty-edge > .sprotty-routing-handle.selected:not(.movement-not-allowed),
.sprotty-edge > .sprotty-routing-handle.mouseover:not(.movement-not-allowed) {
.sprotty-resize-handle.selected,
.sprotty-resize-handle.active,
.sprotty-edge > .sprotty-routing-handle.selected,
.sprotty-edge > .sprotty-routing-handle.mouseover {
fill: var(--theia-focusBorder);
}

Expand Down

0 comments on commit f1c67da

Please sign in to comment.