State:Closed|icon_bug|icon_katana|database:public|Resolution:Fixed|TargetRelease:3.0v1|BugID:341876|
Problem summary:
Links in help text that is shown for parameters or attributes when clicking the Help button appear in blue text, making them very hard to read with the dark gray background color.
Steps to reproduce:
groupNode = NodegraphAPI.CreateNode('Group', NodegraphAPI.GetRootNode())myNumberParameter = groupNode.getParameters().createChildNumber('myNumber', 0)myNumberParameter.setHintString('{"help": "<a href=\'http://www.example.com\'>Link</a>"}')NodegraphAPI.SetNodeEdited(groupNode, True, True) Click the Help button (?) for the myNumber parameter to open its help popup.
Expected behaviour:
The link in the help popup appears in a color that allows users to read its text with ease.
Actual behaviour:
The link in the help popup appears in blue, making the text really hard to read.
Workaround:
Add the following lines to $KATANA_ROOT/docs/resources/stylesheets/katana_default.css:
a, a:visited { color: #e6e6e6;} Reproduced versions/platforms:
Customer version/platform:
Not supplied
We're sorry to hear that
Please tell us why