Hello PlantUML team,
This day: we test descendant pseudo selector on WBS and Mindmap;
From:
And with the same code:
1/ This is OK for WBS
@startwbs
<style>
.mexicoStyle * {
BackgroundColor lightblue
FontColor Blue
RoundCorner 10
}
</style>
* World
** America
*** Canada
*** Mexico <<mexicoStyle>>
**** Chihuahua
*** USA
**** Texas
*** New York
** Europe
*** England
*** Germany
*** Spain
@endwbs

2/ But: KO for Mindmap (Chihuahua is not colored in blue)
@startmindmap
<style>
.mexicoStyle * {
BackgroundColor lightblue
FontColor Blue
RoundCorner 10
}
</style>
* World
** America
*** Canada
*** Mexico <<mexicoStyle>>
**** Chihuahua
*** USA
**** Texas
*** New York
** Europe
*** England
*** Germany
*** Spain
@endmindmap

Then:
- Could we have got the same result between WBS and Mindmap, about descendant pseudo selector?
Thanks for your support,
Regards,
Th.