CSS custom variables not taken by the ModulationMatrix
- 
@Christoph-Hart This has no effect when using the variable inside the CSS (
var(--myVariable))
But it does work with other components...const var laf = Content.createLocalLookAndFeel(); laf.setStyleSheetProperty("radius", 5, "px"); laf.setStyleSheetProperty("fontSize", 10, "px"); laf.setStyleSheetProperty("colourPink", Colours.pink, "color"); laf.setStyleSheet("ModulationMatrix.css"); ModulationMatrixFT.setLocalLookAndFeel(laf); ModulationMatrixControllerFT.setLocalLookAndFeel(laf); - 
@ustk said in CSS custom variables not taken by the ModulationMatrix:
@Christoph-Hart This has no effect when using the variable inside the CSS (
var(--myVariable))I've noticed this as well for the preset browser!
https://forum.hise.audio/topic/13296/preset-browser-in-css/3
 - 
Might also be true for FloatingTile in general. At least, I can't get it to work!
 - 
@Orvillain Apparently yes, hopefully a fix will come