Skip to content

Commit 93513ce

Browse files
authored
Remove important from sprotty css (#413)
1 parent 09dcabd commit 93513ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/client/css/glsp-sprotty.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -222,25 +222,25 @@
222222
}
223223

224224
.sprotty g .movement-not-allowed > .sprotty-node {
225-
stroke: var(--glsp-error-foreground) !important;
225+
stroke: var(--glsp-error-foreground);
226226
stroke-width: 1.5px;
227227
}
228228

229229
.sprotty-resize-handle.movement-not-allowed {
230-
stroke: var(--glsp-error-foreground) !important;
231-
fill: var(--glsp-error-foreground) !important;
230+
stroke: var(--glsp-error-foreground);
231+
fill: var(--glsp-error-foreground);
232232
}
233233

234234
.sprotty .error > .sprotty-node {
235-
filter: drop-shadow(0px 0px 2px var(--glsp-error-foreground)) !important;
235+
filter: drop-shadow(0px 0px 2px var(--glsp-error-foreground));
236236
}
237237

238238
.sprotty .warning > .sprotty-node {
239-
filter: drop-shadow(0px 0px 2px var(--glsp-warning-foreground)) !important;
239+
filter: drop-shadow(0px 0px 2px var(--glsp-warning-foreground));
240240
}
241241

242242
.sprotty .info > .sprotty-node {
243-
filter: drop-shadow(0px 0px 2px var(--glsp-info-foreground)) !important;
243+
filter: drop-shadow(0px 0px 2px var(--glsp-info-foreground));
244244
}
245245

246246
.sprotty svg {

0 commit comments

Comments
 (0)