On one of my plugins, I used the CSS attribute “box-shadow” before I learned that it is not supported by Indesign. I forgot to delete the box-shadow from my css file because it didn’t change my UI.
Since the last update of Indesign, some shadows appear on my plugin UI but not as it should. It does not behave properly, so I deactivated every box-shadows.
Was there any official patch notes about new CSS attributes for Indesign in UXP?
Thanks. That means you are using UXP v7.4.2. We did add support for box-shadow property but that was behind the enableSWCSupport feature flag. By any chance, are you using it in your manifest.json?
But for CSS hidden behind flag I am not sure how exactly it should handle it Should I wait when it works without flag? Or don’t wait? Or should I complicate my life and do that based on manifest settings?