You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:style
relationship.MY_REL {
color: #337eff; // OK
text-color-external: #337eff; // Not applied
text-color-internal: #337eff; // Not applied
}
match (a)-[r:MY_REL]-(b)
return a,r,b
Expected Behavior
Change the external and internal text color
Current Behavior
The "color" value is applied.
The "text-color-external" value is not applied.
The "text-color-internal" value is not applied.
Your Environment
OS : Windows 10, version 22H2
Web browser : Chrome Version 118.0.5993.118 (Build officiel) (64 bits)
Neo4j Browser / Neo4j: installed on Debian 12 from deb https://debian.neo4j.com stable 5
Neo4j version: 5.13.0
The text was updated successfully, but these errors were encountered:
Description
The properties text-color-external and text-color-internal are not applied.
Reproduce Steps
Expected Behavior
Change the external and internal text color
Current Behavior
The "color" value is applied.
The "text-color-external" value is not applied.
The "text-color-internal" value is not applied.
Your Environment
OS : Windows 10, version 22H2
Web browser : Chrome Version 118.0.5993.118 (Build officiel) (64 bits)
Neo4j Browser / Neo4j: installed on Debian 12 from
deb https://debian.neo4j.com stable 5
Neo4j version: 5.13.0
The text was updated successfully, but these errors were encountered: