Replies: 2 comments
-
|
I would claim it was simply missing, for the coffee editor it is explicitly imported: https://github.com/eclipsesource/graphical-lsp/blob/master/client/examples/workflow/workflow-sprotty/src/di.config.ts |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I agree, looks like we forgot to import the edit-label CSS. I don't think it's necessary to enhance the styling directly in the sprotty project. Overriding corresponding styles in ecore-glsp should be fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on issue 31 (Styling direct label editing). I was wondering, why the css doc from sprotty edit label (https://github.com/eclipse/sprotty/blob/master/css/edit-label.css) is not imported into the web-app? Is there a specific reason for it?
Most of the issues (Background-styling, Width of Input) are already resolved in this css.
Generally I'm wondering, as this is a styling issue introduced from sprotty, if it is wanted to override this is in glsp-ecore or rather to enhance the styling in the sprotty project.
original thread by Jonas Ebel
Beta Was this translation helpful? Give feedback.
All reactions