Skip to content

Commit dc2018c

Browse files
authored
Increase css specifity for movement restriction (#414)
1 parent 93513ce commit dc2018c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/css/glsp-sprotty.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
stroke-width: 1.5px;
227227
}
228228

229-
.sprotty-resize-handle.movement-not-allowed {
229+
.sprotty .sprotty-resize-handle.movement-not-allowed {
230230
stroke: var(--glsp-error-foreground);
231231
fill: var(--glsp-error-foreground);
232232
}

0 commit comments

Comments
 (0)