You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the #847 we introduced a regression css regression bug. The sprotty-theia.css style sheet is loaded after the theia-integration specific customizations and overrides some of the rules defined there. As a consequence some styles are not applied as expected.
E.g. The hover popup styling is wrong:
While we are at it we should probably merge the sprotty-theia.css into the diagram.css stylesheet.
The text was updated successfully, but these errors were encountered:
Remove `sprotty-theia` stylesheet and merges styles into `diagram.css`
Also remove import of `sprotty.css` as this is already imported in glsp-client
Fixeseclipse-glsp/glsp#1062
Remove `sprotty-theia` stylesheet and merges styles into `diagram.css`
Also remove import of `sprotty.css` as this is already imported in glsp-client
Fixeseclipse-glsp/glsp#1062
With the #847 we introduced a regression css regression bug. The
sprotty-theia.css
style sheet is loaded after the theia-integration specific customizations and overrides some of the rules defined there. As a consequence some styles are not applied as expected.E.g. The hover popup styling is wrong:
While we are at it we should probably merge the
sprotty-theia.css
into thediagram.css
stylesheet.The text was updated successfully, but these errors were encountered: