ljmotta commented on code in PR #2986:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2986#discussion_r1991247203


##########
packages/dmn-editor/src/DmnEditor.css:
##########
@@ -20,6 +20,7 @@
 /* (begin) global */
 .kie-dmn-editor--root {
   height: 100%;
+  scrollbar-color: var(--vscode-scrollbarSlider-background) #f1f1f1;

Review Comment:
   @jomarko Firstly, I made this fix for `vscode-extension` package, and that's 
why I used the `vscode` variable. This fix targets any channel that may set the 
scrollbar-color, so I've update it to use the `rgba` equivalent. Regarding the 
PatetrnFly variables, they cover a few colors, and we still would need to 
manually define some of then (e.g. this `rgba` color), so I'm not sure if we 
should proceed to use those variables.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to