|
|
|
Re: [CSS] Control stereotype display in figure label [message #1726096 is a reply to message #1722952] |
Wed, 09 March 2016 09:56  |
Eclipse User |
|
|
|
The notation seems to be very strict.
Label[kind=StereotypeLabel][stereotype="SysML::Blocks::Block"] { /* Display the SysML Block stereotype label */
visible: false;
}
So, as compared to Camille's suggestion, I had to do:
* Label: uppercase instead of lowercase
* StereotypeLabel: CamelCase instead of lower case
In addition, it seems that also the stereotype needs to be fully qualified.
Label[kind=StereotypeLabel][stereotype="Block"]
does not seem to work. The full qualification SysML::Blocks::Block is required.
This is unexpected, since
Compartment[stereotype="Block"] {
visible: false;
}
works fine.
Is this strictness expected? required?
|
|
|
Powered by
FUDForum. Page generated in 0.30926 seconds